#450552

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

Shades of Blackcurrant #450552

Tints of Blackcurrant #450552

Color information

#450552 (or 0x450552) is unknown color: approx Blackcurrant. HEX triplet: 45, 05 and 52. RGB value is (69,5,82). Sum of RGB (Red+Green+Blue) = 69+5+82=156 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.23% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 82 (32.42% from 255 or 52.56% from 156); Max value from RGB is 82 - color contains mainly: blue. Hex color #450552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450552 is #BAFAAD. Grayscale: #202020. Windows color (decimal): -12253870 or 5375301. OLE color: 5375301.

HSL color Cylindrical-coordinate representation of color #450552: hue angle of 289.87º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450552 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB69582-
CMYK0.160.9400.68
HSL289.87º88.51%17.06%-
HSV(B)289.87º93.9%32.16%-
XYZ4.031.988.15-
YUV32.91155.7153.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.23%
GREEN value IS 5 (2.34% from 255) = 3.21%
BLUE value IS 82 (32.42% from 255) = 52.56%
R=44.23%
G=3.21%
B=52.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal695820.160.9400.68289.8788.5117.06
Hex45552105E0441225911
Octal105512220136010444213121
Binary1000101101101001010000101111001000100100100010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450552; }

 p { color: rgb(69,5,82); }

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

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

 a { background-color: rgb(69,5,82); }

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

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

 span { border-color: rgb(69,5,82); }

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