Html Css Color HEX #252020 Nero

📋 copy color: '#252020'

red 37 ◦ green 32 ◦ blue 32

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

Shades of Nero #252020

Tints of Nero #252020

RGB

 RED value IS 37 (14.84% from 255) = 36.63%

 GREEN value IS 32 (12.89% from 255) = 31.68%

 BLUE value IS 32 (12.89% from 255) = 31.68%

R = 36.63%
G = 31.68%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.85

RGB Variations

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

Color information

#252020 (or 0x252020) is known color: Nero. HEX triplet: 25, 20 and 20. RGB value is (37,32,32). Sum of RGB (Red+Green+Blue) = 37+32+32=101 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.63% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 32 (12.89% from 255 or 31.68% from 101); Max value from RGB is 37 - color contains mainly: red. Hex color #252020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252020 is #DADFDF. Grayscale: #212121. Windows color (decimal): -14344160 or 2105381. OLE color: 2105381.

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

Color convert

RGB 37 32 32 -
CMYK 0 0.14 0.14 0.85
HSL 0.07% 0.14% -
HSV(B) 0.14% 0.15% -
XYZ 1.54 1.53 1.58 -
YUV 33.5 127.16 130.5 -
System Red Green Blue C M Y K H S L
Decimal 37 32 32 0 0.14 0.14 0.85 0 0.07 0.14
Hex 25 20 20 0 E E 55 0 7 E
Octal 45 40 40 0 16 16 125 0 7 16
Binary 100101 100000 100000 0 1110 1110 1010101 0 111 1110

Color Harmonies of #252020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252020

Black with #252020

Text Example


Text Example

White with #252020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252020; }

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

 H1.HeaderClassName
 {
   color: #252020;
 }
 .AnyTagClassName
 {
   color: #252020;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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