#281422

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

Shades of Melanzane #281422

Tints of Melanzane #281422

Color information

#281422 (or 0x281422) is unknown color: approx Melanzane. HEX triplet: 28, 14 and 22. RGB value is (40,20,34). Sum of RGB (Red+Green+Blue) = 40+20+34=94 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.55% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 34 (13.67% from 255 or 36.17% from 94); Max value from RGB is 40 - color contains mainly: red. Hex color #281422 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281422 is #D7EBDD. Grayscale: #1B1B1B. Windows color (decimal): -14150622 or 2233384. OLE color: 2233384.

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

Color convert

RGB402034-
CMYK00.50.150.84
HSL318º33.33%11.76%-
HSV(B)318º50%15.69%-
XYZ1.411.071.64-
YUV27.58131.63136.86-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 42.55%
GREEN value IS 20 (8.20% from 255) = 21.28%
BLUE value IS 34 (13.67% from 255) = 36.17%
R=42.55%
G=21.28%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.15
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40203400.50.150.8431833.3311.76
Hex281422032F5413e21c
Octal502442062171244764114
Binary101000101001000100110010111110101001001111101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281422; }

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

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

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

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

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

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

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

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