#251920

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

Shades of Melanzane #251920

Tints of Melanzane #251920

Color information

#251920 (or 0x251920) is unknown color: approx Melanzane. HEX triplet: 25, 19 and 20. RGB value is (37,25,32). Sum of RGB (Red+Green+Blue) = 37+25+32=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 32 (12.89% from 255 or 34.04% from 94); Max value from RGB is 37 - color contains mainly: red. Hex color #251920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251920 is #DAE6DF. Grayscale: #1D1D1D. Windows color (decimal): -14345952 or 2103589. OLE color: 2103589.

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

Color convert

RGB372532-
CMYK00.320.140.85
HSL325º19.35%12.16%-
HSV(B)325º32.43%14.51%-
XYZ1.371.191.52-
YUV29.39129.48133.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 39.36%
GREEN value IS 25 (10.16% from 255) = 26.60%
BLUE value IS 32 (12.89% from 255) = 34.04%
R=39.36%
G=26.60%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37253200.320.140.8532519.3512.16
Hex251920020E5514513c
Octal453140040161255052314
Binary10010111001100000010000011101010101101000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251920; }

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

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

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

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

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

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

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

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