#211128

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

Shades of Blackcurrant #211128

Tints of Blackcurrant #211128

Color information

#211128 (or 0x211128) is unknown color: approx Blackcurrant. HEX triplet: 21, 11 and 28. RGB value is (33,17,40). Sum of RGB (Red+Green+Blue) = 33+17+40=90 (11% of max value = 765). Red value is 33 (13.28% from 255 or 36.67% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 40 (16.02% from 255 or 44.44% from 90); Max value from RGB is 40 - color contains mainly: blue. Hex color #211128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211128 is #DEEED7. Grayscale: #181818. Windows color (decimal): -14610136 or 2625825. OLE color: 2625825.

HSL color Cylindrical-coordinate representation of color #211128: hue angle of 281.74º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #211128 is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB331740-
CMYK0.170.5700.84
HSL281.74º40.35%11.18%-
HSV(B)281.74º57.5%15.69%-
XYZ1.210.882.11-
YUV24.41136.8134.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 36.67%
GREEN value IS 17 (7.03% from 255) = 18.89%
BLUE value IS 40 (16.02% from 255) = 44.44%
R=36.67%
G=18.89%
B=44.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3317400.170.5700.84281.7440.3511.18
Hex211128113905411a28b
Octal412150217101244325013
Binary1000011000110100010001111001010101001000110101010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211128; }

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

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

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

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

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

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

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

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