#1E110F

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

Shades of Seal Brown #1E110F

Tints of Seal Brown #1E110F

Color information

#1E110F (or 0x1E110F) is unknown color: approx Seal Brown. HEX triplet: 1E, 11 and 0F. RGB value is (30,17,15). Sum of RGB (Red+Green+Blue) = 30+17+15=62 (8% of max value = 765). Red value is 30 (12.11% from 255 or 48.39% from 62); Green value is 17 (7.03% from 255 or 27.42% from 62); Blue value is 15 (6.25% from 255 or 24.19% from 62); Max value from RGB is 30 - color contains mainly: red. Hex color #1E110F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E110F is #E1EEF0. Grayscale: #141414. Windows color (decimal): -14806769 or 987422. OLE color: 987422.

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

Color convert

RGB301715-
CMYK00.430.50.88
HSL33.33%8.82%-
HSV(B)50%11.76%-
XYZ0.820.710.55-
YUV20.66124.81134.66-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 48.39%
GREEN value IS 17 (7.03% from 255) = 27.42%
BLUE value IS 15 (6.25% from 255) = 24.19%
R=48.39%
G=27.42%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.5
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30171500.430.50.88833.338.82
Hex1E11F02B32588219
Octal36211705362130104111
Binary111101000111110101011110010101100010001000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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