#252123

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

Shades of Melanzane #252123

Tints of Melanzane #252123

Color information

#252123 (or 0x252123) is unknown color: approx Melanzane. HEX triplet: 25, 21 and 23. RGB value is (37,33,35). Sum of RGB (Red+Green+Blue) = 37+33+35=105 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.24% from 105); Green value is 33 (13.28% from 255 or 31.43% from 105); Blue value is 35 (14.06% from 255 or 33.33% from 105); Max value from RGB is 37 - color contains mainly: red. Hex color #252123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252123 is #DADEDC. Grayscale: #222222. Windows color (decimal): -14343901 or 2302245. OLE color: 2302245.

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

Color convert

RGB373335-
CMYK00.110.050.85
HSL330º5.71%13.73%-
HSV(B)330º10.81%14.51%-
XYZ1.611.61.81-
YUV34.42128.33129.84-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.24%
GREEN value IS 33 (13.28% from 255) = 31.43%
BLUE value IS 35 (14.06% from 255) = 33.33%
R=35.24%
G=31.43%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37333500.110.050.853305.7113.73
Hex2521230B55514a6e
Octal4541430135125512616
Binary1001011000011000110101110110101011010010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252123; }

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

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

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

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

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

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

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

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