#310B01

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

Shades of Seal Brown #310B01

Tints of Seal Brown #310B01

Color information

#310B01 (or 0x310B01) is unknown color: approx Seal Brown. HEX triplet: 31, 0B and 01. RGB value is (49,11,1). Sum of RGB (Red+Green+Blue) = 49+11+1=61 (8% of max value = 765). Red value is 49 (19.53% from 255 or 80.33% from 61); Green value is 11 (4.69% from 255 or 18.03% from 61); Blue value is 1 (0.78% from 255 or 1.64% from 61); Max value from RGB is 49 - color contains mainly: red. Hex color #310B01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310B01 is #CEF4FE. Grayscale: #151515. Windows color (decimal): -13563135 or 68401. OLE color: 68401.

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

Color convert

RGB49111-
CMYK00.780.980.81
HSL12.5º96%9.8%-
HSV(B)12.5º97.96%19.22%-
XYZ1.390.890.13-
YUV21.22116.59147.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 80.33%
GREEN value IS 11 (4.69% from 255) = 18.03%
BLUE value IS 1 (0.78% from 255) = 1.64%
R=80.33%
G=18.03%
B=1.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4911100.780.980.8112.5969.8
Hex31B104E6251c60a
Octal6113101161421211414012
Binary110001101110100111011000101010001110011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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