Html Css Color HEX #311818 Seal Brown

📋 copy color: '#311818'

red 49 ◦ green 24 ◦ blue 24

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

Shades of Seal Brown #311818

Tints of Seal Brown #311818

RGB

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

 GREEN value IS 24 (9.77% from 255) = 24.74%

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

R = 50.52%
G = 24.74%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.81

RGB Variations

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

Color information

#311818 (or 0x311818) is known color: Seal Brown. HEX triplet: 31, 18 and 18. RGB value is (49,24,24). Sum of RGB (Red+Green+Blue) = 49+24+24=97 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50.52% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 49 - color contains mainly: red. Hex color #311818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311818 is #CEE7E7. Grayscale: #1F1F1F. Windows color (decimal): -13559784 or 1579057. OLE color: 1579057.

HSL color Cylindrical-coordinate representation of color #311818: hue angle of 0º 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 #311818 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 24 24 -
CMYK 0 0.51 0.51 0.81
HSL 0.34% 0.14% -
HSV(B) 0.51% 0.19% -
XYZ 1.76 1.37 1.04 -
YUV 31.48 123.78 140.5 -
System Red Green Blue C M Y K H S L
Decimal 49 24 24 0 0.51 0.51 0.81 0 0.34 0.14
Hex 31 18 18 0 33 33 51 0 22 E
Octal 61 30 30 0 63 63 121 0 42 16
Binary 110001 11000 11000 0 110011 110011 1010001 0 100010 1110

Color Harmonies of #311818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311818

Black with #311818

Text Example


Text Example

White with #311818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311818; }

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

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

background-color css

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

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

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

border-color css

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

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

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