#252424

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

Shades of Nero #252424

Tints of Nero #252424

Color information

#252424 (or 0x252424) is unknown color: approx Nero. HEX triplet: 25, 24 and 24. RGB value is (37,36,36). Sum of RGB (Red+Green+Blue) = 37+36+36=109 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.94% from 109); Green value is 36 (14.45% from 255 or 33.03% from 109); Blue value is 36 (14.45% from 255 or 33.03% from 109); Max value from RGB is 37 - color contains mainly: red. Hex color #252424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252424 is #DADBDB. Grayscale: #242424. Windows color (decimal): -14343132 or 2368549. OLE color: 2368549.

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

Color convert

RGB373636-
CMYK00.030.030.85
HSL1.37%14.31%-
HSV(B)2.7%14.51%-
XYZ1.711.781.92-
YUV36.3127.83128.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.94%
GREEN value IS 36 (14.45% from 255) = 33.03%
BLUE value IS 36 (14.45% from 255) = 33.03%
R=33.94%
G=33.03%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37363600.030.030.8501.3714.31
Hex2524240335501e
Octal4544440331250116
Binary100101100100100100011111010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252424; }

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

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

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

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

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

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

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

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