Html Css Color HEX #242321 Black Magic

📋 copy color: '#242321'

red 36 ◦ green 35 ◦ blue 33

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

Shades of Black Magic #242321

Tints of Black Magic #242321

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

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.86

RGB Variations

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

Color information

#242321 (or 0x242321) is known color: 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

RGB 36 35 33 -
CMYK 0 0.03 0.08 0.86
HSL 40º 0.04% 0.14% -
HSV(B) 40º 0.08% 0.14% -
XYZ 1.6 1.69 1.68 -
YUV 35.07 126.83 128.66 -
System Red Green Blue C M Y K H S L
Decimal 36 35 33 0 0.03 0.08 0.86 40 0.04 0.14
Hex 24 23 21 0 3 8 56 28 4 E
Octal 44 43 41 0 3 10 126 50 4 16
Binary 100100 100011 100001 0 11 1000 1010110 101000 100 1110

Color Harmonies of #242321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242321

Black with #242321

Text Example


Text Example

White with #242321

Text Example


Text Example

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