#242424

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

Shades of Nero #242424

Tints of Nero #242424

Color information

#242424 (or 0x242424) is unknown color: approx Nero. HEX triplet: 24, 24 and 24. RGB value is (36,36,36). Sum of RGB (Red+Green+Blue) = 36+36+36=108 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.33% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 36 (14.45% from 255 or 33.33% from 108); Max value from RGB is 36 - color contains mainly: red, green, blue. Hex color #242424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242424 is #DBDBDB. Grayscale: #242424. Windows color (decimal): -14408668 or 2368548. OLE color: 2368548.

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

Color convert

RGB363636-
CMYK0000.86
HSL0%14.12%-
HSV(B)0%14.12%-
XYZ1.681.761.92-
YUV36128128-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 33.33%
GREEN value IS 36 (14.45% from 255) = 33.33%
BLUE value IS 36 (14.45% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3636360000.860014.12
Hex2424240005600e
Octal4444440001260016
Binary1001001001001001000001010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242424; }

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

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

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

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

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

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

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

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