#450551

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

Shades of Blackcurrant #450551

Tints of Blackcurrant #450551

Color information

#450551 (or 0x450551) is unknown color: approx Blackcurrant. HEX triplet: 45, 05 and 51. RGB value is (69,5,81). Sum of RGB (Red+Green+Blue) = 69+5+81=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 81 (32.03% from 255 or 52.26% from 155); Max value from RGB is 81 - color contains mainly: blue. Hex color #450551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450551 is #BAFAAE. Grayscale: #202020. Windows color (decimal): -12253871 or 5309765. OLE color: 5309765.

HSL color Cylindrical-coordinate representation of color #450551: hue angle of 290.53º degrees, saturation: 0.88, 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 #450551 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB69581-
CMYK0.150.9400.68
HSL290.53º88.37%16.86%-
HSV(B)290.53º93.83%31.76%-
XYZ3.991.977.95-
YUV32.8155.2153.82-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.52%
GREEN value IS 5 (2.34% from 255) = 3.23%
BLUE value IS 81 (32.03% from 255) = 52.26%
R=44.52%
G=3.23%
B=52.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal695810.150.9400.68290.5388.3716.86
Hex45551F5E0441235811
Octal105512117136010444313021
Binary100010110110100011111101111001000100100100011101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450551; }

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

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

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

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

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

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

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

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