#1E1312

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

Shades of Seal Brown #1E1312

Tints of Seal Brown #1E1312

Color information

#1E1312 (or 0x1E1312) is unknown color: approx Seal Brown. HEX triplet: 1E, 13 and 12. RGB value is (30,19,18). Sum of RGB (Red+Green+Blue) = 30+19+18=67 (8% of max value = 765). Red value is 30 (12.11% from 255 or 44.78% from 67); Green value is 19 (7.81% from 255 or 28.36% from 67); Blue value is 18 (7.42% from 255 or 26.87% from 67); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1312 is #E1ECED. Grayscale: #161616. Windows color (decimal): -14806254 or 1184542. OLE color: 1184542.

HSL color Cylindrical-coordinate representation of color #1E1312: hue angle of 5º 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 #1E1312 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.88.

Color convert

RGB301918-
CMYK00.370.400.88
HSL25%9.41%-
HSV(B)40%11.76%-
XYZ0.880.790.68-
YUV22.17125.64133.58-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 44.78%
GREEN value IS 19 (7.81% from 255) = 28.36%
BLUE value IS 18 (7.42% from 255) = 26.87%
R=44.78%
G=28.36%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30191800.370.400.885259.41
Hex1E131202528585199
Octal3623220455013053111
Binary11110100111001001001011010001011000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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