#1F1616

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

Shades of Seal Brown #1F1616

Tints of Seal Brown #1F1616

Color information

#1F1616 (or 0x1F1616) is unknown color: approx Seal Brown. HEX triplet: 1F, 16 and 16. RGB value is (31,22,22). Sum of RGB (Red+Green+Blue) = 31+22+22=75 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.33% from 75); Green value is 22 (8.98% from 255 or 29.33% from 75); Blue value is 22 (8.98% from 255 or 29.33% from 75); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1616 is #E0E9E9. Grayscale: #181818. Windows color (decimal): -14739946 or 1447455. OLE color: 1447455.

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

Color convert

RGB312222-
CMYK00.290.290.88
HSL16.98%10.39%-
HSV(B)29.03%12.16%-
XYZ10.920.88-
YUV24.69126.48132.5-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 41.33%
GREEN value IS 22 (8.98% from 255) = 29.33%
BLUE value IS 22 (8.98% from 255) = 29.33%
R=41.33%
G=29.33%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31222200.290.290.88016.9810.39
Hex1F161601D1D58011a
Octal3726260353513002112
Binary1111110110101100111011110110110000100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,22,22); }

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

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

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

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

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

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

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