#211727

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

Shades of Blackcurrant #211727

Tints of Blackcurrant #211727

Color information

#211727 (or 0x211727) is unknown color: approx Blackcurrant. HEX triplet: 21, 17 and 27. RGB value is (33,23,39). Sum of RGB (Red+Green+Blue) = 33+23+39=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 23 (9.38% from 255 or 24.21% from 95); Blue value is 39 (15.62% from 255 or 41.05% from 95); Max value from RGB is 39 - color contains mainly: blue. Hex color #211727 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211727 is #DEE8D8. Grayscale: #1B1B1B. Windows color (decimal): -14608601 or 2561825. OLE color: 2561825.

HSL color Cylindrical-coordinate representation of color #211727: hue angle of 277.5º degrees, saturation: 0.26, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #211727 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB332339-
CMYK0.150.4100.85
HSL277.5º25.81%12.16%-
HSV(B)277.5º41.03%15.29%-
XYZ1.31.082.06-
YUV27.81134.31131.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.74%
GREEN value IS 23 (9.38% from 255) = 24.21%
BLUE value IS 39 (15.62% from 255) = 41.05%
R=34.74%
G=24.21%
B=41.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3323390.150.4100.85277.525.8112.16
Hex211727F290551161ac
Octal412747175101254263214
Binary10000110111100111111110100101010101100010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211727; }

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

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

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

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

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

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

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

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