#210549

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

Shades of Blackcurrant #210549

Tints of Blackcurrant #210549

Color information

#210549 (or 0x210549) is unknown color: approx Blackcurrant. HEX triplet: 21, 05 and 49. RGB value is (33,5,73). Sum of RGB (Red+Green+Blue) = 33+5+73=111 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.73% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 73 (28.91% from 255 or 65.77% from 111); Max value from RGB is 73 - color contains mainly: blue. Hex color #210549 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210549 is #DEFAB6. Grayscale: #141414. Windows color (decimal): -14613175 or 4785441. OLE color: 4785441.

HSL color Cylindrical-coordinate representation of color #210549: hue angle of 264.71º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #210549 is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB33573-
CMYK0.550.9300.71
HSL264.71º87.18%15.29%-
HSV(B)264.71º93.15%28.63%-
XYZ1.880.916.38-
YUV21.12157.28136.47-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 29.73%
GREEN value IS 5 (2.34% from 255) = 4.50%
BLUE value IS 73 (28.91% from 255) = 65.77%
R=29.73%
G=4.50%
B=65.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal335730.550.9300.71264.7187.1815.29
Hex21549375D04710957f
Octal41511167135010741112717
Binary100001101100100111011110111010100011110000100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210549; }

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

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

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

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

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

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

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

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