#1F1414

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

Shades of Seal Brown #1F1414

Tints of Seal Brown #1F1414

Color information

#1F1414 (or 0x1F1414) is unknown color: approx Seal Brown. HEX triplet: 1F, 14 and 14. RGB value is (31,20,20). Sum of RGB (Red+Green+Blue) = 31+20+20=71 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.66% from 71); Green value is 20 (8.20% from 255 or 28.17% from 71); Blue value is 20 (8.20% from 255 or 28.17% from 71); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1414 is #E0EBEB. Grayscale: #171717. Windows color (decimal): -14740460 or 1315871. OLE color: 1315871.

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

Color convert

RGB312020-
CMYK00.350.350.88
HSL21.57%10%-
HSV(B)35.48%12.16%-
XYZ0.940.840.77-
YUV23.29126.14133.5-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 43.66%
GREEN value IS 20 (8.20% from 255) = 28.17%
BLUE value IS 20 (8.20% from 255) = 28.17%
R=43.66%
G=28.17%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31202000.350.350.88021.5710
Hex1F14140232358016a
Octal3724240434313002612
Binary111111010010100010001110001110110000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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