#310C0C

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

Shades of Seal Brown #310C0C

Tints of Seal Brown #310C0C

Color information

#310C0C (or 0x310C0C) is unknown color: approx Seal Brown. HEX triplet: 31, 0C and 0C. RGB value is (49,12,12). Sum of RGB (Red+Green+Blue) = 49+12+12=73 (9% of max value = 765). Red value is 49 (19.53% from 255 or 67.12% from 73); Green value is 12 (5.08% from 255 or 16.44% from 73); Blue value is 12 (5.08% from 255 or 16.44% from 73); Max value from RGB is 49 - color contains mainly: red. Hex color #310C0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310C0C is #CEF3F3. Grayscale: #171717. Windows color (decimal): -13562868 or 789553. OLE color: 789553.

HSL color Cylindrical-coordinate representation of color #310C0C: hue angle of 0º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #310C0C is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.81.

Color convert

RGB491212-
CMYK00.760.760.81
HSL60.66%11.96%-
HSV(B)75.51%19.22%-
XYZ1.460.940.45-
YUV23.06121.76146.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 67.12%
GREEN value IS 12 (5.08% from 255) = 16.44%
BLUE value IS 12 (5.08% from 255) = 16.44%
R=67.12%
G=16.44%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49121200.760.760.81060.6611.96
Hex31CC04C4C5103dc
Octal611414011411412107514
Binary11000111001100010011001001100101000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310C0C; }

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

 H1.HeaderClassName
 {
   color: #310C0C;
 }
 .AnyTagClassName
 {
   color: #310C0C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #310C0C;
 }
 .BgClassName
 {
   background-color: #310C0C;
 }
</style>
border-color css

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

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

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