#1F1110

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

Shades of Seal Brown #1F1110

Tints of Seal Brown #1F1110

Color information

#1F1110 (or 0x1F1110) is unknown color: approx Seal Brown. HEX triplet: 1F, 11 and 10. RGB value is (31,17,16). Sum of RGB (Red+Green+Blue) = 31+17+16=64 (8% of max value = 765). Red value is 31 (12.5% from 255 or 48.44% from 64); Green value is 17 (7.03% from 255 or 26.56% from 64); Blue value is 16 (6.64% from 255 or 25% from 64); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1110 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1110 is #E0EEEF. Grayscale: #151515. Windows color (decimal): -14741232 or 1052959. OLE color: 1052959.

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

Color convert

RGB311716-
CMYK00.450.480.88
HSL31.91%9.22%-
HSV(B)48.39%12.16%-
XYZ0.860.730.59-
YUV21.07125.14135.08-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 48.44%
GREEN value IS 17 (7.03% from 255) = 26.56%
BLUE value IS 16 (6.64% from 255) = 25%
R=48.44%
G=26.56%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31171600.450.480.88431.919.22
Hex1F111002D30584209
Octal3721200556013044011
Binary111111000110000010110111000010110001001000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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