#310D03

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

Shades of Seal Brown #310D03

Tints of Seal Brown #310D03

Color information

#310D03 (or 0x310D03) is unknown color: approx Seal Brown. HEX triplet: 31, 0D and 03. RGB value is (49,13,3). Sum of RGB (Red+Green+Blue) = 49+13+3=65 (8% of max value = 765). Red value is 49 (19.53% from 255 or 75.38% from 65); Green value is 13 (5.47% from 255 or 20% from 65); Blue value is 3 (1.56% from 255 or 4.62% from 65); Max value from RGB is 49 - color contains mainly: red. Hex color #310D03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310D03 is #CEF2FC. Grayscale: #161616. Windows color (decimal): -13562621 or 199985. OLE color: 199985.

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

Color convert

RGB49133-
CMYK00.730.940.81
HSL13.04º88.46%10.2%-
HSV(B)13.04º93.88%19.22%-
XYZ1.430.950.19-
YUV22.62116.93146.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 75.38%
GREEN value IS 13 (5.47% from 255) = 20%
BLUE value IS 3 (1.56% from 255) = 4.62%
R=75.38%
G=20%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4913300.730.940.8113.0488.4610.2
Hex31D30495E51d58a
Octal6115301111361211513012
Binary1100011101110100100110111101010001110110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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