#242018

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

Shades of Black Magic #242018

Tints of Black Magic #242018

Color information

#242018 (or 0x242018) is unknown color: approx Black Magic. HEX triplet: 24, 20 and 18. RGB value is (36,32,24). Sum of RGB (Red+Green+Blue) = 36+32+24=92 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.13% from 92); Green value is 32 (12.89% from 255 or 34.78% from 92); Blue value is 24 (9.77% from 255 or 26.09% from 92); Max value from RGB is 36 - color contains mainly: red. Hex color #242018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242018 is #DBDFE7. Grayscale: #202020. Windows color (decimal): -14409704 or 1581092. OLE color: 1581092.

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

Color convert

RGB363224-
CMYK00.110.330.86
HSL40º20%11.76%-
HSV(B)40º33.33%14.12%-
XYZ1.411.471.07-
YUV32.28123.33130.65-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 39.13%
GREEN value IS 32 (12.89% from 255) = 34.78%
BLUE value IS 24 (9.77% from 255) = 26.09%
R=39.13%
G=34.78%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36322400.110.330.86402011.76
Hex2420180B21562814c
Octal44403001341126502414
Binary10010010000011000010111000011010110101000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242018; }

 p { color: rgb(36,32,24); }

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

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

 a { background-color: rgb(36,32,24); }

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

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

 span { border-color: rgb(36,32,24); }

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