#21151D

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

Shades of Melanzane #21151D

Tints of Melanzane #21151D

Color information

#21151D (or 0x21151D) is unknown color: approx Melanzane. HEX triplet: 21, 15 and 1D. RGB value is (33,21,29). Sum of RGB (Red+Green+Blue) = 33+21+29=83 (10% of max value = 765). Red value is 33 (13.28% from 255 or 39.76% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 29 (11.72% from 255 or 34.94% from 83); Max value from RGB is 33 - color contains mainly: red. Hex color #21151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21151D is #DEEAE2. Grayscale: #191919. Windows color (decimal): -14609123 or 1905953. OLE color: 1905953.

HSL color Cylindrical-coordinate representation of color #21151D: hue angle of 320º 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 #21151D is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB332129-
CMYK00.360.120.87
HSL320º22.22%10.59%-
HSV(B)320º36.36%12.94%-
XYZ1.120.951.29-
YUV25.5129.98133.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 39.76%
GREEN value IS 21 (8.59% from 255) = 25.30%
BLUE value IS 29 (11.72% from 255) = 34.94%
R=39.76%
G=25.30%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33212900.360.120.8732022.2210.59
Hex21151D024C5714016b
Octal412535044141275002613
Binary1000011010111101010010011001010111101000000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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