#211133

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

Shades of Blackcurrant #211133

Tints of Blackcurrant #211133

Color information

#211133 (or 0x211133) is unknown color: approx Blackcurrant. HEX triplet: 21, 11 and 33. RGB value is (33,17,51). Sum of RGB (Red+Green+Blue) = 33+17+51=101 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.67% from 101); Green value is 17 (7.03% from 255 or 16.83% from 101); Blue value is 51 (20.31% from 255 or 50.50% from 101); Max value from RGB is 51 - color contains mainly: blue. Hex color #211133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211133 is #DEEECC. Grayscale: #191919. Windows color (decimal): -14610125 or 3346721. OLE color: 3346721.

HSL color Cylindrical-coordinate representation of color #211133: hue angle of 268.24º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #211133 is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB331751-
CMYK0.350.6700.8
HSL268.24º50%13.33%-
HSV(B)268.24º66.67%20%-
XYZ1.430.963.24-
YUV25.66142.3133.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.67%
GREEN value IS 17 (7.03% from 255) = 16.83%
BLUE value IS 51 (20.31% from 255) = 50.50%
R=32.67%
G=16.83%
B=50.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3317510.350.6700.8268.245013.33
Hex211133234305010c32d
Octal4121634310301204146215
Binary100001100011100111000111000011010100001000011001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211133; }

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

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

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

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

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

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

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

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