#24211B

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

Shades of Black Magic #24211B

Tints of Black Magic #24211B

Color information

#24211B (or 0x24211B) is unknown color: approx Black Magic. HEX triplet: 24, 21 and 1B. RGB value is (36,33,27). Sum of RGB (Red+Green+Blue) = 36+33+27=96 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.5% from 96); Green value is 33 (13.28% from 255 or 34.38% from 96); Blue value is 27 (10.94% from 255 or 28.12% from 96); Max value from RGB is 36 - color contains mainly: red. Hex color #24211B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24211B is #DBDEE4. Grayscale: #212121. Windows color (decimal): -14409445 or 1777956. OLE color: 1777956.

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

Color convert

RGB363327-
CMYK00.080.250.86
HSL40º14.29%12.35%-
HSV(B)40º25%14.12%-
XYZ1.471.541.26-
YUV33.21124.49129.99-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 37.5%
GREEN value IS 33 (13.28% from 255) = 34.38%
BLUE value IS 27 (10.94% from 255) = 28.12%
R=37.5%
G=34.38%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36332700.080.250.864014.2912.35
Hex24211B08195628ec
Octal44413301031126501614
Binary100100100001110110100011001101011010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24211B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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