#252020

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

Shades of Nero #252020

Tints of Nero #252020

Color information

#252020 (or 0x252020) is unknown color: approx 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

RGB373232-
CMYK00.140.140.85
HSL7.25%13.53%-
HSV(B)13.51%14.51%-
XYZ1.541.531.58-
YUV33.49127.16130.5-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37323200.140.140.8507.2513.53
Hex2520200EE5507e
Octal454040016161250716
Binary100101100000100000011101110101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>