#211728

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

Shades of Blackcurrant #211728

Tints of Blackcurrant #211728

Color information

#211728 (or 0x211728) is unknown color: approx Blackcurrant. HEX triplet: 21, 17 and 28. RGB value is (33,23,40). Sum of RGB (Red+Green+Blue) = 33+23+40=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 40 (16.02% from 255 or 41.67% from 96); Max value from RGB is 40 - color contains mainly: blue. Hex color #211728 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211728 is #DEE8D7. Grayscale: #1B1B1B. Windows color (decimal): -14608600 or 2627361. OLE color: 2627361.

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

Color convert

RGB332340-
CMYK0.170.4300.84
HSL275.29º26.98%12.35%-
HSV(B)275.29º42.5%15.69%-
XYZ1.321.092.15-
YUV27.93134.81131.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.38%
GREEN value IS 23 (9.38% from 255) = 23.96%
BLUE value IS 40 (16.02% from 255) = 41.67%
R=34.38%
G=23.96%
B=41.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3323400.170.4300.84275.2926.9812.35
Hex211728112B0541131bc
Octal412750215301244233314
Binary100001101111010001000110101101010100100010011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211728; }

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

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

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

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

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

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

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

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