#211A27

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

Shades of Blackcurrant #211A27

Tints of Blackcurrant #211A27

Color information

#211A27 (or 0x211A27) is unknown color: approx Blackcurrant. HEX triplet: 21, 1A and 27. RGB value is (33,26,39). Sum of RGB (Red+Green+Blue) = 33+26+39=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 26 (10.55% from 255 or 26.53% from 98); Blue value is 39 (15.62% from 255 or 39.80% from 98); Max value from RGB is 39 - color contains mainly: blue. Hex color #211A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211A27 is #DEE5D8. Grayscale: #1D1D1D. Windows color (decimal): -14607833 or 2562593. OLE color: 2562593.

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

Color convert

RGB332639-
CMYK0.150.3300.85
HSL272.31º20%12.75%-
HSV(B)272.31º33.33%15.29%-
XYZ1.361.212.08-
YUV29.57133.32130.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 33.67%
GREEN value IS 26 (10.55% from 255) = 26.53%
BLUE value IS 39 (15.62% from 255) = 39.80%
R=33.67%
G=26.53%
B=39.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3326390.150.3300.85272.312012.75
Hex211A27F2105511014d
Octal413247174101254202415
Binary10000111010100111111110000101010101100010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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