#211626

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

Shades of Blackcurrant #211626

Tints of Blackcurrant #211626

Color information

#211626 (or 0x211626) is unknown color: approx Blackcurrant. HEX triplet: 21, 16 and 26. RGB value is (33,22,38). Sum of RGB (Red+Green+Blue) = 33+22+38=93 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.48% from 93); Green value is 22 (8.98% from 255 or 23.66% from 93); Blue value is 38 (15.23% from 255 or 40.86% from 93); Max value from RGB is 38 - color contains mainly: blue. Hex color #211626 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211626 is #DEE9D9. Grayscale: #1B1B1B. Windows color (decimal): -14608858 or 2496033. OLE color: 2496033.

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

Color convert

RGB332238-
CMYK0.130.4200.85
HSL281.25º26.67%11.76%-
HSV(B)281.25º42.11%14.9%-
XYZ1.261.041.97-
YUV27.11134.14132.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.48%
GREEN value IS 22 (8.98% from 255) = 23.66%
BLUE value IS 38 (15.23% from 255) = 40.86%
R=35.48%
G=23.66%
B=40.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3322380.130.4200.85281.2526.6711.76
Hex211626D2A0551191bc
Octal412646155201254313314
Binary10000110110100110110110101001010101100011001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211626; }

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

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

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

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

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

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

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

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