Color Hex Logo

#131131 Color Hex

#131131
(19,17,49)
0 Favorites   0 Comments

Color spaces of #131131

RGB 191749
HSL0.680.480.13
HSV244°65°19°
CMYK 0.610.650.00   0.81
XYZ1.02340.76112.9987
Yxy0.76110.21400.1591
Hunter Lab8.72415.6721-14.2726
CIE-Lab6.875011.8104-20.9582

#131131 color RGB value is (19,17,49).

#131131 hex color red value is 19, green value is 17 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #131131 hue: 0.68 , saturation: 0.48 and the lightness value of 131131 is 0.13.

The process color (four color CMYK) of #131131 color hex is 0.61, 0.65, 0.00, 0.81. Web safe color of #131131 is #000033. Color #131131 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00010001 00110001
Octal 23 21 61
Decimal 19 17 49
Hex 13 11 31

RGB Percentages of Color #131131

%22.35
%20.00
%57.65

CMYK Percentages of Color #131131

%61
%65
%0
%81

Triadic Colors of #131131

#131131 #311311 #113113

Analogous Colors of #131131

#131131 #231131 #111f31

Monochromatic Colors of #131131

#131131

Complementary Color

#131131 #2f3111

#131131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#131131 Color CSS Codes

.mybgcolor {background-color:#131131; } 
.myforecolor {color:#131131; }
.mybordercolor {border:3px solid #131131; }

#131131 Text Font Color

<p style="color:#131131">Text here</p>

This sample text font color is #131131
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#131131 Background Color

<div style="background-color:#131131">
Div content here</div>

This div background color is #131131


#131131 Border Color

<div style="border:3px solid #131131">
Div here</div>

This div border color is #131131


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,17,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #131131; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #131131;
  -webkit-box-shadow: 1px 1px 3px 2px #131131;
  box-shadow:         1px 1px 3px 2px #131131; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,17,49, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #131131">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #131131;
  -webkit-box-shadow: 1px 1px 3px 2px #131131;
  box-shadow:         1px 1px 3px 2px #131131;">
Div content here</div>

This div box has shadow with color #131131


Comments

No comments written yet.

Please login to write comment.