#24221E

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

Shades of Black Magic #24221E

Tints of Black Magic #24221E

Color information

#24221E (or 0x24221E) is unknown color: approx Black Magic. HEX triplet: 24, 22 and 1E. RGB value is (36,34,30). Sum of RGB (Red+Green+Blue) = 36+34+30=100 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36% from 100); Green value is 34 (13.67% from 255 or 34% from 100); Blue value is 30 (12.11% from 255 or 30% from 100); Max value from RGB is 36 - color contains mainly: red. Hex color #24221E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24221E is #DBDDE1. Grayscale: #222222. Windows color (decimal): -14409186 or 1974820. OLE color: 1974820.

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

Color convert

RGB363430-
CMYK00.060.170.86
HSL40º9.09%12.94%-
HSV(B)40º16.67%14.12%-
XYZ1.531.611.46-
YUV34.14125.66129.33-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 36%
GREEN value IS 34 (13.67% from 255) = 34%
BLUE value IS 30 (12.11% from 255) = 30%
R=36%
G=34%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36343000.060.170.86409.0912.94
Hex24221E061156289d
Octal4442360621126501115
Binary10010010001011110011010001101011010100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24221E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24221E; }

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

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

<style>
 a { background-color: #24221E; }

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

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

<style>
 span { border-color: #24221E; }

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

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