#211428

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

Shades of Blackcurrant #211428

Tints of Blackcurrant #211428

Color information

#211428 (or 0x211428) is unknown color: approx Blackcurrant. HEX triplet: 21, 14 and 28. RGB value is (33,20,40). Sum of RGB (Red+Green+Blue) = 33+20+40=93 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.48% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 40 (16.02% from 255 or 43.01% from 93); Max value from RGB is 40 - color contains mainly: blue. Hex color #211428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211428 is #DEEBD7. Grayscale: #1A1A1A. Windows color (decimal): -14609368 or 2626593. OLE color: 2626593.

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

Color convert

RGB332040-
CMYK0.170.500.84
HSL279º33.33%11.76%-
HSV(B)279º50%15.69%-
XYZ1.260.982.13-
YUV26.17135.81132.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.48%
GREEN value IS 20 (8.20% from 255) = 21.51%
BLUE value IS 40 (16.02% from 255) = 43.01%
R=35.48%
G=21.51%
B=43.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3320400.170.500.8427933.3311.76
Hex211428113205411721c
Octal412450216201244274114
Binary1000011010010100010001110010010101001000101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211428; }

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

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

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

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

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

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

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

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