#310F0F

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

Shades of Seal Brown #310F0F

Tints of Seal Brown #310F0F

Color information

#310F0F (or 0x310F0F) is unknown color: approx Seal Brown. HEX triplet: 31, 0F and 0F. RGB value is (49,15,15). Sum of RGB (Red+Green+Blue) = 49+15+15=79 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.03% from 79); Green value is 15 (6.25% from 255 or 18.99% from 79); Blue value is 15 (6.25% from 255 or 18.99% from 79); Max value from RGB is 49 - color contains mainly: red. Hex color #310F0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310F0F is #CEF0F0. Grayscale: #191919. Windows color (decimal): -13562097 or 986929. OLE color: 986929.

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

Color convert

RGB491515-
CMYK00.690.690.81
HSL53.12%12.55%-
HSV(B)69.39%19.22%-
XYZ1.521.030.57-
YUV25.17122.26145-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 62.03%
GREEN value IS 15 (6.25% from 255) = 18.99%
BLUE value IS 15 (6.25% from 255) = 18.99%
R=62.03%
G=18.99%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49151500.690.690.81053.1212.55
Hex31FF0454551035d
Octal611717010510512106515
Binary11000111111111010001011000101101000101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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