#281E24

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

Shades of Melanzane #281E24

Tints of Melanzane #281E24

Color information

#281E24 (or 0x281E24) is unknown color: approx Melanzane. HEX triplet: 28, 1E and 24. RGB value is (40,30,36). Sum of RGB (Red+Green+Blue) = 40+30+36=106 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.74% from 106); Green value is 30 (12.11% from 255 or 28.30% from 106); Blue value is 36 (14.45% from 255 or 33.96% from 106); Max value from RGB is 40 - color contains mainly: red. Hex color #281E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281E24 is #D7E1DB. Grayscale: #212121. Windows color (decimal): -14148060 or 2367016. OLE color: 2367016.

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

Color convert

RGB403036-
CMYK00.250.100.84
HSL324º14.29%13.73%-
HSV(B)324º25%15.69%-
XYZ1.661.511.87-
YUV33.67129.31132.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 37.74%
GREEN value IS 30 (12.11% from 255) = 28.30%
BLUE value IS 36 (14.45% from 255) = 33.96%
R=37.74%
G=28.30%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40303600.250.100.8432414.2913.73
Hex281E24019A54144ee
Octal503644031121245041616
Binary101000111101001000110011010101010010100010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281E24; }

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

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

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

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

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

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

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

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