#281824

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

Shades of Melanzane #281824

Tints of Melanzane #281824

Color information

#281824 (or 0x281824) is unknown color: approx Melanzane. HEX triplet: 28, 18 and 24. RGB value is (40,24,36). Sum of RGB (Red+Green+Blue) = 40+24+36=100 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40% from 100); Green value is 24 (9.77% from 255 or 24% from 100); Blue value is 36 (14.45% from 255 or 36% from 100); Max value from RGB is 40 - color contains mainly: red. Hex color #281824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281824 is #D7E7DB. Grayscale: #1E1E1E. Windows color (decimal): -14149596 or 2365480. OLE color: 2365480.

HSL color Cylindrical-coordinate representation of color #281824: hue angle of 315º 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 #281824 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.84.

Color convert

RGB402436-
CMYK00.400.100.84
HSL315º25%12.55%-
HSV(B)315º40%15.69%-
XYZ1.521.231.83-
YUV30.15131.3135.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 40%
GREEN value IS 24 (9.77% from 255) = 24%
BLUE value IS 36 (14.45% from 255) = 36%
R=40%
G=24%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40243600.400.100.843152512.55
Hex281824028A5413b19d
Octal503044050121244733115
Binary10100011000100100010100010101010100100111011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281824; }

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

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

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

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

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

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

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

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