#211126

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

Shades of Blackcurrant #211126

Tints of Blackcurrant #211126

Color information

#211126 (or 0x211126) is unknown color: approx Blackcurrant. HEX triplet: 21, 11 and 26. RGB value is (33,17,38). Sum of RGB (Red+Green+Blue) = 33+17+38=88 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.5% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 38 (15.23% from 255 or 43.18% from 88); Max value from RGB is 38 - color contains mainly: blue. Hex color #211126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211126 is #DEEED9. Grayscale: #181818. Windows color (decimal): -14610138 or 2494753. OLE color: 2494753.

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

Color convert

RGB331738-
CMYK0.130.5500.85
HSL285.71º38.18%10.78%-
HSV(B)285.71º55.26%14.9%-
XYZ1.180.861.94-
YUV24.18135.8134.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.5%
GREEN value IS 17 (7.03% from 255) = 19.32%
BLUE value IS 38 (15.23% from 255) = 43.18%
R=37.5%
G=19.32%
B=43.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3317380.130.5500.85285.7138.1810.78
Hex211126D3705511e26b
Octal412146156701254364613
Binary100001100011001101101110111010101011000111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211126; }

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

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

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

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

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

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

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

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