#241E12

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

Shades of Black Magic #241E12

Tints of Black Magic #241E12

Color information

#241E12 (or 0x241E12) is unknown color: approx Black Magic. HEX triplet: 24, 1E and 12. RGB value is (36,30,18). Sum of RGB (Red+Green+Blue) = 36+30+18=84 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.86% from 84); Green value is 30 (12.11% from 255 or 35.71% from 84); Blue value is 18 (7.42% from 255 or 21.43% from 84); Max value from RGB is 36 - color contains mainly: red. Hex color #241E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241E12 is #DBE1ED. Grayscale: #1E1E1E. Windows color (decimal): -14410222 or 1187364. OLE color: 1187364.

HSL color Cylindrical-coordinate representation of color #241E12: hue angle of 40º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #241E12 is Cyan = 0, Magento = 0.17, Yellow = 0.5 and Black (K on CMYK) = 0.86.

Color convert

RGB363018-
CMYK00.170.50.86
HSL40º33.33%10.59%-
HSV(B)40º50%14.12%-
XYZ1.31.350.76-
YUV30.43120.99131.98-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 42.86%
GREEN value IS 30 (12.11% from 255) = 35.71%
BLUE value IS 18 (7.42% from 255) = 21.43%
R=42.86%
G=35.71%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.5
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36301800.170.50.864033.3310.59
Hex241E1201132562821b
Octal44362202162126504113
Binary100100111101001001000111001010101101010001000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241E12; }

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

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

<style>
 a { background-color: #241E12; }

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

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

<style>
 span { border-color: #241E12; }

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

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