#310F03

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

Shades of Seal Brown #310F03

Tints of Seal Brown #310F03

Color information

#310F03 (or 0x310F03) is unknown color: approx Seal Brown. HEX triplet: 31, 0F and 03. RGB value is (49,15,3). Sum of RGB (Red+Green+Blue) = 49+15+3=67 (8% of max value = 765). Red value is 49 (19.53% from 255 or 73.13% from 67); Green value is 15 (6.25% from 255 or 22.39% from 67); Blue value is 3 (1.56% from 255 or 4.48% from 67); Max value from RGB is 49 - color contains mainly: red. Hex color #310F03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310F03 is #CEF0FC. Grayscale: #171717. Windows color (decimal): -13562109 or 200497. OLE color: 200497.

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

Color convert

RGB49153-
CMYK00.690.940.81
HSL15.65º88.46%10.2%-
HSV(B)15.65º93.88%19.22%-
XYZ1.4510.2-
YUV23.8116.26145.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 73.13%
GREEN value IS 15 (6.25% from 255) = 22.39%
BLUE value IS 3 (1.56% from 255) = 4.48%
R=73.13%
G=22.39%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4915300.690.940.8115.6588.4610.2
Hex31F30455E511058a
Octal6117301051361212013012
Binary11000111111101000101101111010100011000010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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