#242019

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

Shades of Black Magic #242019

Tints of Black Magic #242019

Color information

#242019 (or 0x242019) is unknown color: approx Black Magic. HEX triplet: 24, 20 and 19. RGB value is (36,32,25). Sum of RGB (Red+Green+Blue) = 36+32+25=93 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.71% from 93); Green value is 32 (12.89% from 255 or 34.41% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 36 - color contains mainly: red. Hex color #242019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242019 is #DBDFE6. Grayscale: #202020. Windows color (decimal): -14409703 or 1646628. OLE color: 1646628.

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

Color convert

RGB363225-
CMYK00.110.310.86
HSL38.18º18.03%11.96%-
HSV(B)38.18º30.56%14.12%-
XYZ1.421.481.13-
YUV32.4123.83130.57-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 38.71%
GREEN value IS 32 (12.89% from 255) = 34.41%
BLUE value IS 25 (10.16% from 255) = 26.88%
R=38.71%
G=34.41%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36322500.110.310.8638.1818.0311.96
Hex2420190B1F562612c
Octal44403101337126462214
Binary1001001000001100101011111111010110100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242019; }

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

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

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

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

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

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

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

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