#21151F

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

Shades of Melanzane #21151F

Tints of Melanzane #21151F

Color information

#21151F (or 0x21151F) is unknown color: approx Melanzane. HEX triplet: 21, 15 and 1F. RGB value is (33,21,31). Sum of RGB (Red+Green+Blue) = 33+21+31=85 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.82% from 85); Green value is 21 (8.59% from 255 or 24.71% from 85); Blue value is 31 (12.5% from 255 or 36.47% from 85); Max value from RGB is 33 - color contains mainly: red. Hex color #21151F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21151F is #DEEAE0. Grayscale: #191919. Windows color (decimal): -14609121 or 2037025. OLE color: 2037025.

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

Color convert

RGB332131-
CMYK00.360.060.87
HSL310º22.22%10.59%-
HSV(B)310º36.36%12.94%-
XYZ1.140.961.42-
YUV25.73130.98133.19-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 38.82%
GREEN value IS 21 (8.59% from 255) = 24.71%
BLUE value IS 31 (12.5% from 255) = 36.47%
R=38.82%
G=24.71%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33213100.360.060.8731022.2210.59
Hex21151F02465713616b
Octal41253704461274662613
Binary100001101011111101001001101010111100110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21151F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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