#210532

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

Shades of Blackcurrant #210532

Tints of Blackcurrant #210532

Color information

#210532 (or 0x210532) is unknown color: approx Blackcurrant. HEX triplet: 21, 05 and 32. RGB value is (33,5,50). Sum of RGB (Red+Green+Blue) = 33+5+50=88 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.5% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 50 (19.92% from 255 or 56.82% from 88); Max value from RGB is 50 - color contains mainly: blue. Hex color #210532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210532 is #DEFACD. Grayscale: #121212. Windows color (decimal): -14613198 or 3278113. OLE color: 3278113.

HSL color Cylindrical-coordinate representation of color #210532: hue angle of 277.33º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #210532 is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB33550-
CMYK0.340.9000.80
HSL277.33º81.82%10.78%-
HSV(B)277.33º90%19.61%-
XYZ1.260.663.08-
YUV18.5145.78138.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.5%
GREEN value IS 5 (2.34% from 255) = 5.68%
BLUE value IS 50 (19.92% from 255) = 56.82%
R=37.5%
G=5.68%
B=56.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal335500.340.9000.80277.3381.8210.78
Hex21532225A05011552b
Octal4156242132012042512213
Binary10000110111001010001010110100101000010001010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210532; }

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

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

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

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

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

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

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

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