#211C27

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

Shades of Blackcurrant #211C27

Tints of Blackcurrant #211C27

Color information

#211C27 (or 0x211C27) is unknown color: approx Blackcurrant. HEX triplet: 21, 1C and 27. RGB value is (33,28,39). Sum of RGB (Red+Green+Blue) = 33+28+39=100 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33% from 100); Green value is 28 (11.33% from 255 or 28% from 100); Blue value is 39 (15.62% from 255 or 39% from 100); Max value from RGB is 39 - color contains mainly: blue. Hex color #211C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211C27 is #DEE3D8. Grayscale: #1E1E1E. Windows color (decimal): -14607321 or 2563105. OLE color: 2563105.

HSL color Cylindrical-coordinate representation of color #211C27: hue angle of 267.27º degrees, saturation: 0.16, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #211C27 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB332839-
CMYK0.150.2800.85
HSL267.27º16.42%13.14%-
HSV(B)267.27º28.21%15.29%-
XYZ1.411.32.1-
YUV30.75132.66129.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 33%
GREEN value IS 28 (11.33% from 255) = 28%
BLUE value IS 39 (15.62% from 255) = 39%
R=33%
G=28%
B=39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3328390.150.2800.85267.2716.4213.14
Hex211C27F1C05510b10d
Octal413447173401254132015
Binary1000011110010011111111110001010101100001011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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