#24211C

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

Shades of Black Magic #24211C

Tints of Black Magic #24211C

Color information

#24211C (or 0x24211C) is unknown color: approx Black Magic. HEX triplet: 24, 21 and 1C. RGB value is (36,33,28). Sum of RGB (Red+Green+Blue) = 36+33+28=97 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.11% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 28 (11.33% from 255 or 28.87% from 97); Max value from RGB is 36 - color contains mainly: red. Hex color #24211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24211C is #DBDEE3. Grayscale: #212121. Windows color (decimal): -14409444 or 1843492. OLE color: 1843492.

HSL color Cylindrical-coordinate representation of color #24211C: hue angle of 37.5º degrees, saturation: 0.13, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #24211C is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.86.

Color convert

RGB363328-
CMYK00.080.220.86
HSL37.5º12.5%12.55%-
HSV(B)37.5º22.22%14.12%-
XYZ1.481.551.32-
YUV33.33124.99129.91-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 37.11%
GREEN value IS 33 (13.28% from 255) = 34.02%
BLUE value IS 28 (11.33% from 255) = 28.87%
R=37.11%
G=34.02%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36332800.080.220.8637.512.512.55
Hex24211C08165626dd
Octal44413401026126461515
Binary100100100001111000100010110101011010011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24211C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24211C; }

 p { color: rgb(36,33,28); }

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

<style>
 a { background-color: #24211C; }

 a { background-color: rgb(36,33,28); }

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

<style>
 span { border-color: #24211C; }

 span { border-color: rgb(36,33,28); }

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