Color Hex Logo

#381313 Color Hex

#381313
(56,19,19)
1 Favorites   0 Comments

Color spaces of #381313

RGB 561919
HSL0.000.490.15
HSV66°22°
CMYK 0.000.660.66   0.78
XYZ1.98131.35350.7729
Yxy1.35350.48230.3295
Hunter Lab11.634010.03954.2049
CIE-Lab11.644618.44929.0218

#381313 color RGB value is (56,19,19).

#381313 hex color red value is 56, green value is 19 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #381313 hue: 0.00 , saturation: 0.49 and the lightness value of 381313 is 0.15.

The process color (four color CMYK) of #381313 color hex is 0.00, 0.66, 0.66, 0.78. Web safe color of #381313 is #330000. Color #381313 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00010011 00010011
Octal 70 23 23
Decimal 56 19 19
Hex 38 13 13

RGB Percentages of Color #381313

%59.57
%20.21
%20.21

CMYK Percentages of Color #381313

%0
%66
%66
%78

Triadic Colors of #381313

#381313 #133813 #131338

Analogous Colors of #381313

#381313 #382613 #381326

Monochromatic Colors of #381313

#381313

Complementary Color

#381313 #133838

#381313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#381313 Color CSS Codes

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

#381313 Text Font Color

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

This sample text font color is #381313
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.


#381313 Background Color

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

This div background color is #381313


#381313 Border Color

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

This div border color is #381313


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381313


Comments

No comments written yet.

Please login to write comment.