#252525

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

Shades of Nero #252525

Tints of Nero #252525

Color information

#252525 (or 0x252525) is unknown color: approx Nero. HEX triplet: 25, 25 and 25. RGB value is (37,37,37). Sum of RGB (Red+Green+Blue) = 37+37+37=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 37 (14.84% from 255 or 33.33% from 111); Blue value is 37 (14.84% from 255 or 33.33% from 111); Max value from RGB is 37 - color contains mainly: red, green, blue. Hex color #252525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252525 is #DADADA. Grayscale: #252525. Windows color (decimal): -14342875 or 2434341. OLE color: 2434341.

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

Color convert

RGB373737-
CMYK0000.85
HSL0%14.51%-
HSV(B)0%14.51%-
XYZ1.761.852.01-
YUV37128128-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.33%
GREEN value IS 37 (14.84% from 255) = 33.33%
BLUE value IS 37 (14.84% 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.85
SystemRedGreenBlueCMYKHSL
Decimal3737370000.850014.51
Hex2525250005500f
Octal4545450001250017
Binary1001011001011001010001010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252525; }

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

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

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

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

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

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

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

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