#211336

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

Shades of Blackcurrant #211336

Tints of Blackcurrant #211336

Color information

#211336 (or 0x211336) is unknown color: approx Blackcurrant. HEX triplet: 21, 13 and 36. RGB value is (33,19,54). Sum of RGB (Red+Green+Blue) = 33+19+54=106 (14% of max value = 765). Red value is 33 (13.28% from 255 or 31.13% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 54 (21.48% from 255 or 50.94% from 106); Max value from RGB is 54 - color contains mainly: blue. Hex color #211336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211336 is #DEECC9. Grayscale: #1B1B1B. Windows color (decimal): -14609610 or 3543841. OLE color: 3543841.

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

Color convert

RGB331954-
CMYK0.390.6500.79
HSL264º47.95%14.31%-
HSV(B)264º64.81%21.18%-
XYZ1.531.063.61-
YUV27.18143.14132.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.13%
GREEN value IS 19 (7.81% from 255) = 17.92%
BLUE value IS 54 (21.48% from 255) = 50.94%
R=31.13%
G=17.92%
B=50.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3319540.390.6500.7926447.9514.31
Hex211336274104F10830e
Octal4123664710101174106016
Binary100001100111101101001111000001010011111000010001100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211336; }

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

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

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

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

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

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

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

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