#252323

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

Shades of Nero #252323

Tints of Nero #252323

Color information

#252323 (or 0x252323) is unknown color: approx Nero. HEX triplet: 25, 23 and 23. RGB value is (37,35,35). Sum of RGB (Red+Green+Blue) = 37+35+35=107 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.58% from 107); Green value is 35 (14.06% from 255 or 32.71% from 107); Blue value is 35 (14.06% from 255 or 32.71% from 107); Max value from RGB is 37 - color contains mainly: red. Hex color #252323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252323 is #DADCDC. Grayscale: #232323. Windows color (decimal): -14343389 or 2302757. OLE color: 2302757.

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

Color convert

RGB373535-
CMYK00.050.050.85
HSL2.78%14.12%-
HSV(B)5.41%14.51%-
XYZ1.671.721.83-
YUV35.6127.66129-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.58%
GREEN value IS 35 (14.06% from 255) = 32.71%
BLUE value IS 35 (14.06% from 255) = 32.71%
R=34.58%
G=32.71%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37353500.050.050.8502.7814.12
Hex2523230555503e
Octal4543430551250316
Binary100101100011100011010110110101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252323; }

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

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

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

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

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

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

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

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