#281625

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

Shades of Melanzane #281625

Tints of Melanzane #281625

Color information

#281625 (or 0x281625) is unknown color: approx Melanzane. HEX triplet: 28, 16 and 25. RGB value is (40,22,37). Sum of RGB (Red+Green+Blue) = 40+22+37=99 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40.40% from 99); Green value is 22 (8.98% from 255 or 22.22% from 99); Blue value is 37 (14.84% from 255 or 37.37% from 99); Max value from RGB is 40 - color contains mainly: red. Hex color #281625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281625 is #D7E9DA. Grayscale: #1D1D1D. Windows color (decimal): -14150107 or 2430504. OLE color: 2430504.

HSL color Cylindrical-coordinate representation of color #281625: hue angle of 310º degrees, saturation: 0.29, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #281625 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.84.

Color convert

RGB402237-
CMYK00.450.070.84
HSL310º29.03%12.16%-
HSV(B)310º45%15.69%-
XYZ1.51.161.9-
YUV29.09132.46135.78-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 40.40%
GREEN value IS 22 (8.98% from 255) = 22.22%
BLUE value IS 37 (14.84% from 255) = 37.37%
R=40.40%
G=22.22%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40223700.450.070.8431029.0312.16
Hex28162502D7541361dc
Octal50264505571244663514
Binary1010001011010010101011011111010100100110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281625; }

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

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

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

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

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

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

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

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