#281924

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

Shades of Melanzane #281924

Tints of Melanzane #281924

Color information

#281924 (or 0x281924) is unknown color: approx Melanzane. HEX triplet: 28, 19 and 24. RGB value is (40,25,36). Sum of RGB (Red+Green+Blue) = 40+25+36=101 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.60% from 101); Green value is 25 (10.16% from 255 or 24.75% from 101); Blue value is 36 (14.45% from 255 or 35.64% from 101); Max value from RGB is 40 - color contains mainly: red. Hex color #281924 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281924 is #D7E6DB. Grayscale: #1E1E1E. Windows color (decimal): -14149340 or 2365736. OLE color: 2365736.

HSL color Cylindrical-coordinate representation of color #281924: hue angle of 316º degrees, saturation: 0.23, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #281924 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.84.

Color convert

RGB402536-
CMYK00.380.100.84
HSL316º23.08%12.75%-
HSV(B)316º37.5%15.69%-
XYZ1.541.271.83-
YUV30.74130.97134.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 39.60%
GREEN value IS 25 (10.16% from 255) = 24.75%
BLUE value IS 36 (14.45% from 255) = 35.64%
R=39.60%
G=24.75%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40253600.380.100.8431623.0812.75
Hex281924026A5413c17d
Octal503144046121244742715
Binary10100011001100100010011010101010100100111100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281924; }

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

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

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

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

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

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

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

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