#310B08

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

Shades of Seal Brown #310B08

Tints of Seal Brown #310B08

Color information

#310B08 (or 0x310B08) is unknown color: approx Seal Brown. HEX triplet: 31, 0B and 08. RGB value is (49,11,8). Sum of RGB (Red+Green+Blue) = 49+11+8=68 (9% of max value = 765). Red value is 49 (19.53% from 255 or 72.06% from 68); Green value is 11 (4.69% from 255 or 16.18% from 68); Blue value is 8 (3.52% from 255 or 11.76% from 68); Max value from RGB is 49 - color contains mainly: red. Hex color #310B08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310B08 is #CEF4F7. Grayscale: #161616. Windows color (decimal): -13563128 or 527153. OLE color: 527153.

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

Color convert

RGB49118-
CMYK00.780.840.81
HSL4.39º71.93%11.18%-
HSV(B)4.39º83.67%19.22%-
XYZ1.430.910.33-
YUV22.02120.09147.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 72.06%
GREEN value IS 11 (4.69% from 255) = 16.18%
BLUE value IS 8 (3.52% from 255) = 11.76%
R=72.06%
G=16.18%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.84
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4911800.780.840.814.3971.9311.18
Hex31B804E5451448b
Octal6113100116124121411013
Binary11000110111000010011101010100101000110010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,11,8); }

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

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

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

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

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

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

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