#1E1111

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

Shades of Seal Brown #1E1111

Tints of Seal Brown #1E1111

Color information

#1E1111 (or 0x1E1111) is unknown color: approx Seal Brown. HEX triplet: 1E, 11 and 11. RGB value is (30,17,17). Sum of RGB (Red+Green+Blue) = 30+17+17=64 (8% of max value = 765). Red value is 30 (12.11% from 255 or 46.88% from 64); Green value is 17 (7.03% from 255 or 26.56% from 64); Blue value is 17 (7.03% from 255 or 26.56% from 64); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1111 is #E1EEEE. Grayscale: #141414. Windows color (decimal): -14806767 or 1118494. OLE color: 1118494.

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

Color convert

RGB301717-
CMYK00.430.430.88
HSL27.66%9.22%-
HSV(B)43.33%11.76%-
XYZ0.840.720.62-
YUV20.89125.81134.5-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 46.88%
GREEN value IS 17 (7.03% from 255) = 26.56%
BLUE value IS 17 (7.03% from 255) = 26.56%
R=46.88%
G=26.56%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30171700.430.430.88027.669.22
Hex1E111102B2B5801c9
Octal3621210535313003411
Binary111101000110001010101110101110110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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