#281023

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

Shades of Melanzane #281023

Tints of Melanzane #281023

Color information

#281023 (or 0x281023) is unknown color: approx Melanzane. HEX triplet: 28, 10 and 23. RGB value is (40,16,35). Sum of RGB (Red+Green+Blue) = 40+16+35=91 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.96% from 91); Green value is 16 (6.64% from 255 or 17.58% from 91); Blue value is 35 (14.06% from 255 or 38.46% from 91); Max value from RGB is 40 - color contains mainly: red. Hex color #281023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281023 is #D7EFDC. Grayscale: #191919. Windows color (decimal): -14151645 or 2297896. OLE color: 2297896.

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

Color convert

RGB401635-
CMYK00.600.120.84
HSL312.5º42.86%10.98%-
HSV(B)312.5º60%15.69%-
XYZ1.360.941.7-
YUV25.34133.45138.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 43.96%
GREEN value IS 16 (6.64% from 255) = 17.58%
BLUE value IS 35 (14.06% from 255) = 38.46%
R=43.96%
G=17.58%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40163500.600.120.84312.542.8610.98
Hex28102303CC541382bb
Octal502043074141244705313
Binary101000100001000110111100110010101001001110001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281023; }

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

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

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

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

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

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

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

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