#310B00

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

Shades of Seal Brown #310B00

Tints of Seal Brown #310B00

Color information

#310B00 (or 0x310B00) is unknown color: approx Seal Brown. HEX triplet: 31, 0B and 00. RGB value is (49,11,0). Sum of RGB (Red+Green+Blue) = 49+11+0=60 (7% of max value = 765). Red value is 49 (19.53% from 255 or 81.67% from 60); Green value is 11 (4.69% from 255 or 18.33% from 60); Blue value is 0 (0.39% from 255 or 0% from 60); Max value from RGB is 49 - color contains mainly: red. Hex color #310B00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310B00 is #CEF4FF. Grayscale: #151515. Windows color (decimal): -13563136 or 2865. OLE color: 2865.

HSL color Cylindrical-coordinate representation of color #310B00: hue angle of 13.47º 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 #310B00 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.81.

Color convert

RGB49110-
CMYK00.7810.81
HSL13.47º100%9.61%-
HSV(B)13.47º100%19.22%-
XYZ1.390.890.1-
YUV21.11116.09147.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 81.67%
GREEN value IS 11 (4.69% from 255) = 18.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.67%
G=18.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4911000.7810.8113.471009.61
Hex31B004E6451d64a
Octal6113001161441211514412
Binary110001101100100111011001001010001110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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