#1E1414

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

Shades of Seal Brown #1E1414

Tints of Seal Brown #1E1414

Color information

#1E1414 (or 0x1E1414) is unknown color: approx Seal Brown. HEX triplet: 1E, 14 and 14. RGB value is (30,20,20). Sum of RGB (Red+Green+Blue) = 30+20+20=70 (9% of max value = 765). Red value is 30 (12.11% from 255 or 42.86% from 70); Green value is 20 (8.20% from 255 or 28.57% from 70); Blue value is 20 (8.20% from 255 or 28.57% from 70); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1414 is #E1EBEB. Grayscale: #161616. Windows color (decimal): -14805996 or 1315870. OLE color: 1315870.

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

Color convert

RGB302020-
CMYK00.330.330.88
HSL20%9.8%-
HSV(B)33.33%11.76%-
XYZ0.910.830.77-
YUV22.99126.31133-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 42.86%
GREEN value IS 20 (8.20% from 255) = 28.57%
BLUE value IS 20 (8.20% from 255) = 28.57%
R=42.86%
G=28.57%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30202000.330.330.880209.8
Hex1E14140212158014a
Octal3624240414113002412
Binary111101010010100010000110000110110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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