#1E180E

Color #1E180E Black Magic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Magic #1E180E

Tints of Black Magic #1E180E

Color information

#1E180E (or 0x1E180E) is unknown color: approx Black Magic. HEX triplet: 1E, 18 and 0E. RGB value is (30,24,14). Sum of RGB (Red+Green+Blue) = 30+24+14=68 (9% of max value = 765). Red value is 30 (12.11% from 255 or 44.12% from 68); Green value is 24 (9.77% from 255 or 35.29% from 68); Blue value is 14 (5.86% from 255 or 20.59% from 68); Max value from RGB is 30 - color contains mainly: red. Hex color #1E180E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E180E is #E1E7F1. Grayscale: #181818. Windows color (decimal): -14804978 or 923678. OLE color: 923678.

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

Color convert

RGB302414-
CMYK00.200.530.88
HSL37.5º36.36%8.63%-
HSV(B)37.5º53.33%11.76%-
XYZ0.940.960.55-
YUV24.65121.99131.81-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 44.12%
GREEN value IS 24 (9.77% from 255) = 35.29%
BLUE value IS 14 (5.86% from 255) = 20.59%
R=44.12%
G=35.29%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30241400.200.530.8837.536.368.63
Hex1E18E014355826249
Octal36301602465130464411
Binary1111011000111001010011010110110001001101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E180E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,24,14); }

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

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

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

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

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

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

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