#211927

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

Shades of Blackcurrant #211927

Tints of Blackcurrant #211927

Color information

#211927 (or 0x211927) is unknown color: approx Blackcurrant. HEX triplet: 21, 19 and 27. RGB value is (33,25,39). Sum of RGB (Red+Green+Blue) = 33+25+39=97 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.02% from 97); Green value is 25 (10.16% from 255 or 25.77% from 97); Blue value is 39 (15.62% from 255 or 40.21% from 97); Max value from RGB is 39 - color contains mainly: blue. Hex color #211927 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211927 is #DEE6D8. Grayscale: #1C1C1C. Windows color (decimal): -14608089 or 2562337. OLE color: 2562337.

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

Color convert

RGB332539-
CMYK0.150.3600.85
HSL274.29º21.87%12.55%-
HSV(B)274.29º35.9%15.29%-
XYZ1.341.172.07-
YUV28.99133.65130.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.02%
GREEN value IS 25 (10.16% from 255) = 25.77%
BLUE value IS 39 (15.62% from 255) = 40.21%
R=34.02%
G=25.77%
B=40.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3325390.150.3600.85274.2921.8712.55
Hex211927F2405511216d
Octal413147174401254222615
Binary10000111001100111111110010001010101100010010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211927; }

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

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

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

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

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

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

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

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