Html Css Color HEX #24211C Black Magic

📋 copy color: '#24211C'

red 36 ◦ green 33 ◦ blue 28

#24211C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Magic #24211C

Tints of Black Magic #24211C

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 value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.86

RGB Variations

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

Color information

#24211C (or 0x24211C) is known color: 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.12, 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

RGB 36 33 28 -
CMYK 0 0.08 0.22 0.86
HSL 37.5º 0.13% 0.13% -
HSV(B) 37.5º 0.22% 0.14% -
XYZ 1.48 1.55 1.32 -
YUV 33.33 124.99 129.91 -
System Red Green Blue C M Y K H S L
Decimal 36 33 28 0 0.08 0.22 0.86 37.5 0.13 0.13
Hex 24 21 1C 0 8 16 56 26 C D
Octal 44 41 34 0 10 26 126 46 14 15
Binary 100100 100001 11100 0 1000 10110 1010110 100110 1100 1101

Color Harmonies of #24211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24211C

Black with #24211C

Text Example


Text Example

White with #24211C

Text Example


Text Example

HTML Codes & Css Web 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>