#281923

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

Shades of Melanzane #281923

Tints of Melanzane #281923

Color information

#281923 (or 0x281923) is unknown color: approx Melanzane. HEX triplet: 28, 19 and 23. RGB value is (40,25,35). Sum of RGB (Red+Green+Blue) = 40+25+35=100 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40% from 100); Green value is 25 (10.16% from 255 or 25% from 100); Blue value is 35 (14.06% from 255 or 35% from 100); Max value from RGB is 40 - color contains mainly: red. Hex color #281923 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281923 is #D7E6DC. Grayscale: #1E1E1E. Windows color (decimal): -14149341 or 2300200. OLE color: 2300200.

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

Color convert

RGB402535-
CMYK00.380.120.84
HSL320º23.08%12.75%-
HSV(B)320º37.5%15.69%-
XYZ1.531.271.75-
YUV30.62130.47134.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 40%
GREEN value IS 25 (10.16% from 255) = 25%
BLUE value IS 35 (14.06% from 255) = 35%
R=40%
G=25%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40253500.380.120.8432023.0812.75
Hex281923026C5414017d
Octal503143046141245002715
Binary10100011001100011010011011001010100101000000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281923; }

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

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

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

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

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

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

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

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