#310D00

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

Shades of Seal Brown #310D00

Tints of Seal Brown #310D00

Color information

#310D00 (or 0x310D00) is unknown color: approx Seal Brown. HEX triplet: 31, 0D and 00. RGB value is (49,13,0). Sum of RGB (Red+Green+Blue) = 49+13+0=62 (8% of max value = 765). Red value is 49 (19.53% from 255 or 79.03% from 62); Green value is 13 (5.47% from 255 or 20.97% from 62); Blue value is 0 (0.39% from 255 or 0% from 62); Max value from RGB is 49 - color contains mainly: red. Hex color #310D00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310D00 is #CEF2FF. Grayscale: #161616. Windows color (decimal): -13562624 or 3377. OLE color: 3377.

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

Color convert

RGB49130-
CMYK00.7310.81
HSL15.92º100%9.61%-
HSV(B)15.92º100%19.22%-
XYZ1.410.940.11-
YUV22.28115.43147.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 79.03%
GREEN value IS 13 (5.47% from 255) = 20.97%
BLUE value IS 0 (0.39% from 255) = 0%
R=79.03%
G=20.97%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4913000.7310.8115.921009.61
Hex31D004964511064a
Octal6115001111441212014412
Binary1100011101001001001110010010100011000011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,13,0); }

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

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

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

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

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

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

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