#211036

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

Shades of Blackcurrant #211036

Tints of Blackcurrant #211036

Color information

#211036 (or 0x211036) is unknown color: approx Blackcurrant. HEX triplet: 21, 10 and 36. RGB value is (33,16,54). Sum of RGB (Red+Green+Blue) = 33+16+54=103 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.04% from 103); Green value is 16 (6.64% from 255 or 15.53% from 103); Blue value is 54 (21.48% from 255 or 52.43% from 103); Max value from RGB is 54 - color contains mainly: blue. Hex color #211036 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211036 is #DEEFC9. Grayscale: #191919. Windows color (decimal): -14610378 or 3543073. OLE color: 3543073.

HSL color Cylindrical-coordinate representation of color #211036: hue angle of 266.84º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #211036 is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB331654-
CMYK0.390.7000.79
HSL266.84º54.29%13.73%-
HSV(B)266.84º70.37%21.18%-
XYZ1.480.963.6-
YUV25.42144.13133.41-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.04%
GREEN value IS 16 (6.64% from 255) = 15.53%
BLUE value IS 54 (21.48% from 255) = 52.43%
R=32.04%
G=15.53%
B=52.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3316540.390.7000.79266.8454.2913.73
Hex211036274604F10b36e
Octal4120664710601174136616
Binary100001100001101101001111000110010011111000010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211036; }

 p { color: rgb(33,16,54); }

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

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

 a { background-color: rgb(33,16,54); }

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

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

 span { border-color: rgb(33,16,54); }

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