#281825

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

Shades of Melanzane #281825

Tints of Melanzane #281825

Color information

#281825 (or 0x281825) is unknown color: approx Melanzane. HEX triplet: 28, 18 and 25. RGB value is (40,24,37). Sum of RGB (Red+Green+Blue) = 40+24+37=101 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.60% from 101); Green value is 24 (9.77% from 255 or 23.76% from 101); Blue value is 37 (14.84% from 255 or 36.63% from 101); Max value from RGB is 40 - color contains mainly: red. Hex color #281825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281825 is #D7E7DA. Grayscale: #1E1E1E. Windows color (decimal): -14149595 or 2431016. OLE color: 2431016.

HSL color Cylindrical-coordinate representation of color #281825: hue angle of 311.25º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #281825 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.84.

Color convert

RGB402437-
CMYK00.400.070.84
HSL311.25º25%12.55%-
HSV(B)311.25º40%15.69%-
XYZ1.541.241.91-
YUV30.27131.8134.94-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 39.60%
GREEN value IS 24 (9.77% from 255) = 23.76%
BLUE value IS 37 (14.84% from 255) = 36.63%
R=39.60%
G=23.76%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40243700.400.070.84311.252512.55
Hex28182502875413719d
Octal50304505071244673115
Binary1010001100010010101010001111010100100110111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281825; }

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

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

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

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

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

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

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

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