#211532

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

Shades of Blackcurrant #211532

Tints of Blackcurrant #211532

Color information

#211532 (or 0x211532) is unknown color: approx Blackcurrant. HEX triplet: 21, 15 and 32. RGB value is (33,21,50). Sum of RGB (Red+Green+Blue) = 33+21+50=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 50 (19.92% from 255 or 48.08% from 104); Max value from RGB is 50 - color contains mainly: blue. Hex color #211532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211532 is #DEEACD. Grayscale: #1B1B1B. Windows color (decimal): -14609102 or 3282209. OLE color: 3282209.

HSL color Cylindrical-coordinate representation of color #211532: hue angle of 264.83º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #211532 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB332150-
CMYK0.340.5800.80
HSL264.83º40.85%13.92%-
HSV(B)264.83º58%19.61%-
XYZ1.471.093.15-
YUV27.89140.48131.64-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.73%
GREEN value IS 21 (8.59% from 255) = 20.19%
BLUE value IS 50 (19.92% from 255) = 48.08%
R=31.73%
G=20.19%
B=48.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3321500.340.5800.80264.8340.8513.92
Hex211532223A05010929e
Octal412562427201204115116
Binary10000110101110010100010111010010100001000010011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211532; }

 p { color: rgb(33,21,50); }

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

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

 a { background-color: rgb(33,21,50); }

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

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

 span { border-color: rgb(33,21,50); }

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