#1F110F

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

Shades of Seal Brown #1F110F

Tints of Seal Brown #1F110F

Color information

#1F110F (or 0x1F110F) is unknown color: approx Seal Brown. HEX triplet: 1F, 11 and 0F. RGB value is (31,17,15). Sum of RGB (Red+Green+Blue) = 31+17+15=63 (8% of max value = 765). Red value is 31 (12.5% from 255 or 49.21% from 63); Green value is 17 (7.03% from 255 or 26.98% from 63); Blue value is 15 (6.25% from 255 or 23.81% from 63); Max value from RGB is 31 - color contains mainly: red. Hex color #1F110F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F110F is #E0EEF0. Grayscale: #141414. Windows color (decimal): -14741233 or 987423. OLE color: 987423.

HSL color Cylindrical-coordinate representation of color #1F110F: hue angle of 7.5º degrees, saturation: 0.35, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F110F is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.88.

Color convert

RGB311715-
CMYK00.450.520.88
HSL7.5º34.78%9.02%-
HSV(B)7.5º51.61%12.16%-
XYZ0.850.730.55-
YUV20.96124.64135.16-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 49.21%
GREEN value IS 17 (7.03% from 255) = 26.98%
BLUE value IS 15 (6.25% from 255) = 23.81%
R=49.21%
G=26.98%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31171500.450.520.887.534.789.02
Hex1F11F02D34588239
Octal37211705564130104311
Binary111111000111110101101110100101100010001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F110F; }

 p { color: rgb(31,17,15); }

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

<style>
 a { background-color: #1F110F; }

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

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

<style>
 span { border-color: #1F110F; }

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

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