#24221F

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

Shades of Black Magic #24221F

Tints of Black Magic #24221F

Color information

#24221F (or 0x24221F) is unknown color: approx Black Magic. HEX triplet: 24, 22 and 1F. RGB value is (36,34,31). Sum of RGB (Red+Green+Blue) = 36+34+31=101 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.64% from 101); Green value is 34 (13.67% from 255 or 33.66% from 101); Blue value is 31 (12.5% from 255 or 30.69% from 101); Max value from RGB is 36 - color contains mainly: red. Hex color #24221F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24221F is #DBDDE0. Grayscale: #222222. Windows color (decimal): -14409185 or 2040356. OLE color: 2040356.

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

Color convert

RGB363431-
CMYK00.060.140.86
HSL36º7.46%13.14%-
HSV(B)36º13.89%14.12%-
XYZ1.551.621.53-
YUV34.26126.16129.24-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 35.64%
GREEN value IS 34 (13.67% from 255) = 33.66%
BLUE value IS 31 (12.5% from 255) = 30.69%
R=35.64%
G=33.66%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36343100.060.140.86367.4613.14
Hex24221F06E56247d
Octal444237061612644715
Binary100100100010111110110111010101101001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24221F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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