Html Css Color HEX #252424 Nero

📋 copy color: '#252424'

red 37 ◦ green 36 ◦ blue 36

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

Shades of Nero #252424

Tints of Nero #252424

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

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.85

RGB Variations

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

Color information

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

RGB 37 36 36 -
CMYK 0 0.03 0.03 0.85
HSL 0.01% 0.14% -
HSV(B) 0.03% 0.15% -
XYZ 1.71 1.78 1.92 -
YUV 36.3 127.83 128.5 -
System Red Green Blue C M Y K H S L
Decimal 37 36 36 0 0.03 0.03 0.85 0 0.01 0.14
Hex 25 24 24 0 3 3 55 0 1 E
Octal 45 44 44 0 3 3 125 0 1 16
Binary 100101 100100 100100 0 11 11 1010101 0 1 1110

Color Harmonies of #252424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252424

Black with #252424

Text Example


Text Example

White with #252424

Text Example


Text Example

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