#211C28

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

Shades of Blackcurrant #211C28

Tints of Blackcurrant #211C28

Color information

#211C28 (or 0x211C28) is unknown color: approx Blackcurrant. HEX triplet: 21, 1C and 28. RGB value is (33,28,40). Sum of RGB (Red+Green+Blue) = 33+28+40=101 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.67% from 101); Green value is 28 (11.33% from 255 or 27.72% from 101); Blue value is 40 (16.02% from 255 or 39.60% from 101); Max value from RGB is 40 - color contains mainly: blue. Hex color #211C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211C28 is #DEE3D7. Grayscale: #1E1E1E. Windows color (decimal): -14607320 or 2628641. OLE color: 2628641.

HSL color Cylindrical-coordinate representation of color #211C28: hue angle of 265º degrees, saturation: 0.18, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #211C28 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB332840-
CMYK0.170.3000.84
HSL265º17.65%13.33%-
HSV(B)265º30%15.69%-
XYZ1.431.312.18-
YUV30.86133.16129.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.67%
GREEN value IS 28 (11.33% from 255) = 27.72%
BLUE value IS 40 (16.02% from 255) = 39.60%
R=32.67%
G=27.72%
B=39.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3328400.170.3000.8426517.6513.33
Hex211C28111E05410912d
Octal413450213601244112215
Binary10000111100101000100011111001010100100001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211C28; }

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

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

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

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

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

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

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

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