#281523

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

Shades of Melanzane #281523

Tints of Melanzane #281523

Color information

#281523 (or 0x281523) is unknown color: approx Melanzane. HEX triplet: 28, 15 and 23. RGB value is (40,21,35). Sum of RGB (Red+Green+Blue) = 40+21+35=96 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.67% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 35 (14.06% from 255 or 36.46% from 96); Max value from RGB is 40 - color contains mainly: red. Hex color #281523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281523 is #D7EADC. Grayscale: #1C1C1C. Windows color (decimal): -14150365 or 2299176. OLE color: 2299176.

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

Color convert

RGB402135-
CMYK00.480.120.84
HSL315.79º31.15%11.96%-
HSV(B)315.79º47.5%15.69%-
XYZ1.451.111.73-
YUV28.28131.79136.36-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 41.67%
GREEN value IS 21 (8.59% from 255) = 21.88%
BLUE value IS 35 (14.06% from 255) = 36.46%
R=41.67%
G=21.88%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40213500.480.120.84315.7931.1511.96
Hex281523030C5413c1fc
Octal502543060141244743714
Binary10100010101100011011000011001010100100111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281523; }

 p { color: rgb(40,21,35); }

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

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

 a { background-color: rgb(40,21,35); }

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

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

 span { border-color: rgb(40,21,35); }

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