#211926

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

Shades of Blackcurrant #211926

Tints of Blackcurrant #211926

Color information

#211926 (or 0x211926) is unknown color: approx Blackcurrant. HEX triplet: 21, 19 and 26. RGB value is (33,25,38). Sum of RGB (Red+Green+Blue) = 33+25+38=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 25 (10.16% from 255 or 26.04% from 96); Blue value is 38 (15.23% from 255 or 39.58% from 96); Max value from RGB is 38 - color contains mainly: blue. Hex color #211926 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211926 is #DEE6D9. Grayscale: #1C1C1C. Windows color (decimal): -14608090 or 2496801. OLE color: 2496801.

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

Color convert

RGB332538-
CMYK0.130.3400.85
HSL276.92º20.63%12.35%-
HSV(B)276.92º34.21%14.9%-
XYZ1.321.161.99-
YUV28.87133.15130.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.38%
GREEN value IS 25 (10.16% from 255) = 26.04%
BLUE value IS 38 (15.23% from 255) = 39.58%
R=34.38%
G=26.04%
B=39.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3325380.130.3400.85276.9220.6312.35
Hex211926D2205511515c
Octal413146154201254252514
Binary10000111001100110110110001001010101100010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211926; }

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

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

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

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

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

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

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

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