#310D07

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

Shades of Seal Brown #310D07

Tints of Seal Brown #310D07

Color information

#310D07 (or 0x310D07) is unknown color: approx Seal Brown. HEX triplet: 31, 0D and 07. RGB value is (49,13,7). Sum of RGB (Red+Green+Blue) = 49+13+7=69 (9% of max value = 765). Red value is 49 (19.53% from 255 or 71.01% from 69); Green value is 13 (5.47% from 255 or 18.84% from 69); Blue value is 7 (3.12% from 255 or 10.14% from 69); Max value from RGB is 49 - color contains mainly: red. Hex color #310D07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310D07 is #CEF2F8. Grayscale: #171717. Windows color (decimal): -13562617 or 462129. OLE color: 462129.

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

Color convert

RGB49137-
CMYK00.730.860.81
HSL8.57º75%10.98%-
HSV(B)8.57º85.71%19.22%-
XYZ1.450.960.31-
YUV23.08118.93146.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 71.01%
GREEN value IS 13 (5.47% from 255) = 18.84%
BLUE value IS 7 (3.12% from 255) = 10.14%
R=71.01%
G=18.84%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.86
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4913700.730.860.818.577510.98
Hex31D7049565194bb
Octal6115701111261211111313
Binary11000111011110100100110101101010001100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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