#211328

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

Shades of Blackcurrant #211328

Tints of Blackcurrant #211328

Color information

#211328 (or 0x211328) is unknown color: approx Blackcurrant. HEX triplet: 21, 13 and 28. RGB value is (33,19,40). Sum of RGB (Red+Green+Blue) = 33+19+40=92 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.87% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 40 (16.02% from 255 or 43.48% from 92); Max value from RGB is 40 - color contains mainly: blue. Hex color #211328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211328 is #DEECD7. Grayscale: #191919. Windows color (decimal): -14609624 or 2626337. OLE color: 2626337.

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

Color convert

RGB331940-
CMYK0.170.5200.84
HSL280º35.59%11.57%-
HSV(B)280º52.5%15.69%-
XYZ1.240.942.12-
YUV25.58136.14133.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.87%
GREEN value IS 19 (7.81% from 255) = 20.65%
BLUE value IS 40 (16.02% from 255) = 43.48%
R=35.87%
G=20.65%
B=43.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3319400.170.5200.8428035.5911.57
Hex211328113405411824c
Octal412350216401244304414
Binary1000011001110100010001110100010101001000110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211328; }

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

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

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

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

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

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

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

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