#310D01

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

Shades of Seal Brown #310D01

Tints of Seal Brown #310D01

Color information

#310D01 (or 0x310D01) is unknown color: approx Seal Brown. HEX triplet: 31, 0D and 01. RGB value is (49,13,1). Sum of RGB (Red+Green+Blue) = 49+13+1=63 (8% of max value = 765). Red value is 49 (19.53% from 255 or 77.78% from 63); Green value is 13 (5.47% from 255 or 20.63% from 63); Blue value is 1 (0.78% from 255 or 1.59% from 63); Max value from RGB is 49 - color contains mainly: red. Hex color #310D01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310D01 is #CEF2FE. Grayscale: #161616. Windows color (decimal): -13562623 or 68913. OLE color: 68913.

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

Color convert

RGB49131-
CMYK00.730.980.81
HSL15º96%9.8%-
HSV(B)15º97.96%19.22%-
XYZ1.420.940.14-
YUV22.4115.93146.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 77.78%
GREEN value IS 13 (5.47% from 255) = 20.63%
BLUE value IS 1 (0.78% from 255) = 1.59%
R=77.78%
G=20.63%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4913100.730.980.8115969.8
Hex31D10496251f60a
Octal6115101111421211714012
Binary110001110110100100111000101010001111111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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