#211529

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

Shades of Blackcurrant #211529

Tints of Blackcurrant #211529

Color information

#211529 (or 0x211529) is unknown color: approx Blackcurrant. HEX triplet: 21, 15 and 29. RGB value is (33,21,41). Sum of RGB (Red+Green+Blue) = 33+21+41=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 41 (16.41% from 255 or 43.16% from 95); Max value from RGB is 41 - color contains mainly: blue. Hex color #211529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211529 is #DEEAD6. Grayscale: #1A1A1A. Windows color (decimal): -14609111 or 2692385. OLE color: 2692385.

HSL color Cylindrical-coordinate representation of color #211529: hue angle of 276º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #211529 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB332141-
CMYK0.200.4900.84
HSL276º32.26%12.16%-
HSV(B)276º48.78%16.08%-
XYZ1.31.022.23-
YUV26.87135.98132.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.74%
GREEN value IS 21 (8.59% from 255) = 22.11%
BLUE value IS 41 (16.41% from 255) = 43.16%
R=34.74%
G=22.11%
B=43.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3321410.200.4900.8427632.2612.16
Hex211529143105411420c
Octal412551246101244244014
Binary1000011010110100110100110001010101001000101001000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211529; }

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

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

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

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

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

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

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

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