#281323

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

Shades of Melanzane #281323

Tints of Melanzane #281323

Color information

#281323 (or 0x281323) is unknown color: approx Melanzane. HEX triplet: 28, 13 and 23. RGB value is (40,19,35). Sum of RGB (Red+Green+Blue) = 40+19+35=94 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.55% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 35 (14.06% from 255 or 37.23% from 94); Max value from RGB is 40 - color contains mainly: red. Hex color #281323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281323 is #D7ECDC. Grayscale: #1B1B1B. Windows color (decimal): -14150877 or 2298664. OLE color: 2298664.

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

Color convert

RGB401935-
CMYK00.520.120.84
HSL314.29º35.59%11.57%-
HSV(B)314.29º52.5%15.69%-
XYZ1.411.041.72-
YUV27.1132.46137.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 42.55%
GREEN value IS 19 (7.81% from 255) = 20.21%
BLUE value IS 35 (14.06% from 255) = 37.23%
R=42.55%
G=20.21%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40193500.520.120.84314.2935.5911.57
Hex281323034C5413a24c
Octal502343064141244724414
Binary101000100111000110110100110010101001001110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281323; }

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

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

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

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

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

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

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

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