#281424

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

Shades of Melanzane #281424

Tints of Melanzane #281424

Color information

#281424 (or 0x281424) is unknown color: approx Melanzane. HEX triplet: 28, 14 and 24. RGB value is (40,20,36). Sum of RGB (Red+Green+Blue) = 40+20+36=96 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.67% from 96); Green value is 20 (8.20% from 255 or 20.83% from 96); Blue value is 36 (14.45% from 255 or 37.5% from 96); Max value from RGB is 40 - color contains mainly: red. Hex color #281424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281424 is #D7EBDB. Grayscale: #1B1B1B. Windows color (decimal): -14150620 or 2364456. OLE color: 2364456.

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

Color convert

RGB402036-
CMYK00.50.100.84
HSL312º33.33%11.76%-
HSV(B)312º50%15.69%-
XYZ1.441.081.8-
YUV27.8132.63136.7-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 41.67%
GREEN value IS 20 (8.20% from 255) = 20.83%
BLUE value IS 36 (14.45% from 255) = 37.5%
R=41.67%
G=20.83%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40203600.50.100.8431233.3311.76
Hex281424032A5413821c
Octal502444062121244704114
Binary101000101001001000110010101010101001001110001000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281424; }

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

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

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

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

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

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

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

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