#1E1212

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

Shades of Seal Brown #1E1212

Tints of Seal Brown #1E1212

Color information

#1E1212 (or 0x1E1212) is unknown color: approx Seal Brown. HEX triplet: 1E, 12 and 12. RGB value is (30,18,18). Sum of RGB (Red+Green+Blue) = 30+18+18=66 (8% of max value = 765). Red value is 30 (12.11% from 255 or 45.45% from 66); Green value is 18 (7.42% from 255 or 27.27% from 66); Blue value is 18 (7.42% from 255 or 27.27% from 66); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1212 is #E1EDED. Grayscale: #151515. Windows color (decimal): -14806510 or 1184286. OLE color: 1184286.

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

Color convert

RGB301818-
CMYK00.400.400.88
HSL25%9.41%-
HSV(B)40%11.76%-
XYZ0.860.750.67-
YUV21.59125.98134-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 45.45%
GREEN value IS 18 (7.42% from 255) = 27.27%
BLUE value IS 18 (7.42% from 255) = 27.27%
R=45.45%
G=27.27%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30181800.400.400.880259.41
Hex1E121202828580199
Octal3622220505013003111
Binary111101001010010010100010100010110000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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