#210547

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

Shades of Blackcurrant #210547

Tints of Blackcurrant #210547

Color information

#210547 (or 0x210547) is unknown color: approx Blackcurrant. HEX triplet: 21, 05 and 47. RGB value is (33,5,71). Sum of RGB (Red+Green+Blue) = 33+5+71=109 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.28% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 71 (28.12% from 255 or 65.14% from 109); Max value from RGB is 71 - color contains mainly: blue. Hex color #210547 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210547 is #DEFAB8. Grayscale: #141414. Windows color (decimal): -14613177 or 4654369. OLE color: 4654369.

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

Color convert

RGB33571-
CMYK0.540.9300.72
HSL265.45º86.84%14.9%-
HSV(B)265.45º92.96%27.84%-
XYZ1.820.896.04-
YUV20.9156.28136.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30.28%
GREEN value IS 5 (2.34% from 255) = 4.59%
BLUE value IS 71 (28.12% from 255) = 65.14%
R=30.28%
G=4.59%
B=65.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal335710.540.9300.72265.4586.8414.9
Hex21547365D04810957f
Octal41510766135011041112717
Binary100001101100011111011010111010100100010000100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210547; }

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

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

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

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

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

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

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

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