#281C24

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

Shades of Melanzane #281C24

Tints of Melanzane #281C24

Color information

#281C24 (or 0x281C24) is unknown color: approx Melanzane. HEX triplet: 28, 1C and 24. RGB value is (40,28,36). Sum of RGB (Red+Green+Blue) = 40+28+36=104 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.46% from 104); Green value is 28 (11.33% from 255 or 26.92% from 104); Blue value is 36 (14.45% from 255 or 34.62% from 104); Max value from RGB is 40 - color contains mainly: red. Hex color #281C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281C24 is #D7E3DB. Grayscale: #202020. Windows color (decimal): -14148572 or 2366504. OLE color: 2366504.

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

Color convert

RGB402836-
CMYK00.300.100.84
HSL320º17.65%13.33%-
HSV(B)320º30%15.69%-
XYZ1.611.411.86-
YUV32.5129.98133.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 38.46%
GREEN value IS 28 (11.33% from 255) = 26.92%
BLUE value IS 36 (14.45% from 255) = 34.62%
R=38.46%
G=26.92%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40283600.300.100.8432017.6513.33
Hex281C2401EA5414012d
Octal503444036121245002215
Binary1010001110010010001111010101010100101000000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281C24; }

 p { color: rgb(40,28,36); }

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

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

 a { background-color: rgb(40,28,36); }

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

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

 span { border-color: rgb(40,28,36); }

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