#311818

Color #311818 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #311818

Tints of Seal Brown #311818

Color information

#311818 (or 0x311818) is unknown color: approx 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

RGB492424-
CMYK00.510.510.81
HSL34.25%14.31%-
HSV(B)51.02%19.22%-
XYZ1.761.371.04-
YUV31.48123.78140.5-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49242400.510.510.81034.2514.31
Hex3118180333351022e
Octal6130300636312104216
Binary11000111000110000110011110011101000101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>