#310B04

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

Shades of Seal Brown #310B04

Tints of Seal Brown #310B04

Color information

#310B04 (or 0x310B04) is unknown color: approx Seal Brown. HEX triplet: 31, 0B and 04. RGB value is (49,11,4). Sum of RGB (Red+Green+Blue) = 49+11+4=64 (8% of max value = 765). Red value is 49 (19.53% from 255 or 76.56% from 64); Green value is 11 (4.69% from 255 or 17.19% from 64); Blue value is 4 (1.95% from 255 or 6.25% from 64); Max value from RGB is 49 - color contains mainly: red. Hex color #310B04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310B04 is #CEF4FB. Grayscale: #151515. Windows color (decimal): -13563132 or 265009. OLE color: 265009.

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

Color convert

RGB49114-
CMYK00.780.920.81
HSL9.33º84.91%10.39%-
HSV(B)9.33º91.84%19.22%-
XYZ1.410.90.21-
YUV21.56118.09147.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 76.56%
GREEN value IS 11 (4.69% from 255) = 17.19%
BLUE value IS 4 (1.95% from 255) = 6.25%
R=76.56%
G=17.19%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4911400.780.920.819.3384.9110.39
Hex31B404E5C51955a
Octal6113401161341211112512
Binary11000110111000100111010111001010001100110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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