#21151C

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

Shades of Melanzane #21151C

Tints of Melanzane #21151C

Color information

#21151C (or 0x21151C) is unknown color: approx Melanzane. HEX triplet: 21, 15 and 1C. RGB value is (33,21,28). Sum of RGB (Red+Green+Blue) = 33+21+28=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 21 (8.59% from 255 or 25.61% from 82); Blue value is 28 (11.33% from 255 or 34.15% from 82); Max value from RGB is 33 - color contains mainly: red. Hex color #21151C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21151C is #DEEAE3. Grayscale: #191919. Windows color (decimal): -14609124 or 1840417. OLE color: 1840417.

HSL color Cylindrical-coordinate representation of color #21151C: hue angle of 325º degrees, saturation: 0.22, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #21151C is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.87.

Color convert

RGB332128-
CMYK00.360.150.87
HSL325º22.22%10.59%-
HSV(B)325º36.36%12.94%-
XYZ1.10.941.22-
YUV25.39129.48133.43-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 40.24%
GREEN value IS 21 (8.59% from 255) = 25.61%
BLUE value IS 28 (11.33% from 255) = 34.15%
R=40.24%
G=25.61%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33212800.360.150.8732522.2210.59
Hex21151C024F5714516b
Octal412534044171275052613
Binary1000011010111100010010011111010111101000101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21151C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21151C; }

 p { color: rgb(33,21,28); }

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

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

 a { background-color: rgb(33,21,28); }

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

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

 span { border-color: rgb(33,21,28); }

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