#210546

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

Shades of Blackcurrant #210546

Tints of Blackcurrant #210546

Color information

#210546 (or 0x210546) is unknown color: approx Blackcurrant. HEX triplet: 21, 05 and 46. RGB value is (33,5,70). Sum of RGB (Red+Green+Blue) = 33+5+70=108 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.56% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 70 (27.73% from 255 or 64.81% from 108); Max value from RGB is 70 - color contains mainly: blue. Hex color #210546 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210546 is #DEFAB9. Grayscale: #141414. Windows color (decimal): -14613178 or 4588833. OLE color: 4588833.

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

Color convert

RGB33570-
CMYK0.530.9300.73
HSL265.85º86.67%14.71%-
HSV(B)265.85º92.86%27.45%-
XYZ1.790.875.87-
YUV20.78155.78136.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30.56%
GREEN value IS 5 (2.34% from 255) = 4.63%
BLUE value IS 70 (27.73% from 255) = 64.81%
R=30.56%
G=4.63%
B=64.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal335700.530.9300.73265.8586.6714.71
Hex21546355D04910a57f
Octal41510665135011141212717
Binary100001101100011011010110111010100100110000101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210546; }

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

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

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

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

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

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

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

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