#242321

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

Shades of Black Magic #242321

Tints of Black Magic #242321

Color information

#242321 (or 0x242321) is unknown color: approx Black Magic. HEX triplet: 24, 23 and 21. RGB value is (36,35,33). Sum of RGB (Red+Green+Blue) = 36+35+33=104 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.62% from 104); Green value is 35 (14.06% from 255 or 33.65% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 36 - color contains mainly: red. Hex color #242321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242321 is #DBDCDE. Grayscale: #232323. Windows color (decimal): -14408927 or 2171684. OLE color: 2171684.

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

Color convert

RGB363533-
CMYK00.030.080.86
HSL40º4.35%13.53%-
HSV(B)40º8.33%14.12%-
XYZ1.61.691.68-
YUV35.07126.83128.66-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 34.62%
GREEN value IS 35 (14.06% from 255) = 33.65%
BLUE value IS 33 (13.28% from 255) = 31.73%
R=34.62%
G=33.65%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36353300.030.080.86404.3513.53
Hex24232103856284e
Octal444341031012650416
Binary100100100011100001011100010101101010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242321; }

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

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

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

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

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

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

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

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