#211528

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

Shades of Blackcurrant #211528

Tints of Blackcurrant #211528

Color information

#211528 (or 0x211528) is unknown color: approx Blackcurrant. HEX triplet: 21, 15 and 28. RGB value is (33,21,40). Sum of RGB (Red+Green+Blue) = 33+21+40=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 40 (16.02% from 255 or 42.55% from 94); Max value from RGB is 40 - color contains mainly: blue. Hex color #211528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211528 is #DEEAD7. Grayscale: #1A1A1A. Windows color (decimal): -14609112 or 2626849. OLE color: 2626849.

HSL color Cylindrical-coordinate representation of color #211528: hue angle of 277.89º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #211528 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB332140-
CMYK0.170.4800.84
HSL277.89º31.15%11.96%-
HSV(B)277.89º47.5%15.69%-
XYZ1.281.012.14-
YUV26.75135.48132.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.11%
GREEN value IS 21 (8.59% from 255) = 22.34%
BLUE value IS 40 (16.02% from 255) = 42.55%
R=35.11%
G=22.34%
B=42.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3321400.170.4800.84277.8931.1511.96
Hex21152811300541161fc
Octal412550216001244263714
Binary100001101011010001000111000001010100100010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211528; }

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

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

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

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

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

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

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

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