#252023

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

Shades of Melanzane #252023

Tints of Melanzane #252023

Color information

#252023 (or 0x252023) is unknown color: approx Melanzane. HEX triplet: 25, 20 and 23. RGB value is (37,32,35). Sum of RGB (Red+Green+Blue) = 37+32+35=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 32 (12.89% from 255 or 30.77% from 104); Blue value is 35 (14.06% from 255 or 33.65% from 104); Max value from RGB is 37 - color contains mainly: red. Hex color #252023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252023 is #DADFDC. Grayscale: #212121. Windows color (decimal): -14344157 or 2301989. OLE color: 2301989.

HSL color Cylindrical-coordinate representation of color #252023: hue angle of 324º 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 #252023 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.85.

Color convert

RGB373235-
CMYK00.140.050.85
HSL324º7.25%13.53%-
HSV(B)324º13.51%14.51%-
XYZ1.581.551.81-
YUV33.84128.66130.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.58%
GREEN value IS 32 (12.89% from 255) = 30.77%
BLUE value IS 35 (14.06% from 255) = 33.65%
R=35.58%
G=30.77%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37323500.140.050.853247.2513.53
Hex2520230E5551447e
Octal4540430165125504716
Binary1001011000001000110111010110101011010001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252023; }

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

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

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

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

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

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

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

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