Html Css Color HEX #311918 Seal Brown

📋 copy color: '#311918'

red 49 ◦ green 25 ◦ blue 24

#311918
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #311918

Tints of Seal Brown #311918

RGB

 RED value IS 49 (19.53% from 255) = 50%

 GREEN value IS 25 (10.16% from 255) = 25.51%

 BLUE value IS 24 (9.77% from 255) = 24.49%

R = 50%
G = 25.51%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.81

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#311918 (or 0x311918) is known color: Seal Brown. HEX triplet: 31, 19 and 18. RGB value is (49,25,24). Sum of RGB (Red+Green+Blue) = 49+25+24=98 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50% from 98); Green value is 25 (10.16% from 255 or 25.51% from 98); Blue value is 24 (9.77% from 255 or 24.49% from 98); Max value from RGB is 49 - color contains mainly: red. Hex color #311918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311918 is #CEE6E7. Grayscale: #202020. Windows color (decimal): -13559528 or 1579313. OLE color: 1579313.

HSL color Cylindrical-coordinate representation of color #311918: hue angle of 2.4º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #311918 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 25 24 -
CMYK 0 0.49 0.51 0.81
HSL 2.4º 0.34% 0.14% -
HSV(B) 2.4º 0.51% 0.19% -
XYZ 1.78 1.41 1.04 -
YUV 32.06 123.45 140.08 -
System Red Green Blue C M Y K H S L
Decimal 49 25 24 0 0.49 0.51 0.81 2.4 0.34 0.14
Hex 31 19 18 0 31 33 51 2 22 E
Octal 61 31 30 0 61 63 121 2 42 16
Binary 110001 11001 11000 0 110001 110011 1010001 10 100010 1110

Color Harmonies of #311918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311918

Black with #311918

Text Example


Text Example

White with #311918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311918; }

 p { color: rgb(49,25,24); }

 H1.HeaderClassName
 {
   color: #311918;
 }
 .AnyTagClassName
 {
   color: #311918;
 }
</style>

background-color css

<style>
 a { background-color: #311918; }

 a { background-color: rgb(49,25,24); }

 div.DivClassName
 {
   background-color: #311918;
 }
 .BgClassName
 {
   background-color: #311918;
 }
</style>

border-color css

<style>
 span { border-color: #311918; }

 span { border-color: rgb(49,25,24); }

 td.TdClassName
 {
   border-color: #311918;
 }
 .TagClassName
 {
   border-color: #311918;
 }
</style>