#310F00

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

Shades of Seal Brown #310F00

Tints of Seal Brown #310F00

Color information

#310F00 (or 0x310F00) is unknown color: approx Seal Brown. HEX triplet: 31, 0F and 00. RGB value is (49,15,0). Sum of RGB (Red+Green+Blue) = 49+15+0=64 (8% of max value = 765). Red value is 49 (19.53% from 255 or 76.56% from 64); Green value is 15 (6.25% from 255 or 23.44% from 64); Blue value is 0 (0.39% from 255 or 0% from 64); Max value from RGB is 49 - color contains mainly: red. Hex color #310F00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310F00 is #CEF0FF. Grayscale: #171717. Windows color (decimal): -13562112 or 3889. OLE color: 3889.

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

Color convert

RGB49150-
CMYK00.6910.81
HSL18.37º100%9.61%-
HSV(B)18.37º100%19.22%-
XYZ1.440.990.12-
YUV23.46114.76146.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 76.56%
GREEN value IS 15 (6.25% from 255) = 23.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.56%
G=23.44%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4915000.6910.8118.371009.61
Hex31F004564511264a
Octal6117001051441212214412
Binary1100011111001000101110010010100011001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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