#450056

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

Shades of Blackcurrant #450056

Tints of Blackcurrant #450056

Color information

#450056 (or 0x450056) is unknown color: approx Blackcurrant. HEX triplet: 45, 00 and 56. RGB value is (69,0,86). Sum of RGB (Red+Green+Blue) = 69+0+86=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 86 (33.98% from 255 or 55.48% from 155); Max value from RGB is 86 - color contains mainly: blue. Hex color #450056 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450056 is #BAFFA9. Grayscale: #1E1E1E. Windows color (decimal): -12255146 or 5636165. OLE color: 5636165.

HSL color Cylindrical-coordinate representation of color #450056: hue angle of 288.14º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #450056 is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB69086-
CMYK0.20100.66
HSL288.14º100%16.86%-
HSV(B)288.14º100%33.73%-
XYZ4.131.948.96-
YUV30.44159.36155.51-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 86 (33.98% from 255) = 55.48%
R=44.52%
G=0%
B=55.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal690860.20100.66288.1410016.86
Hex4505614640421206411
Octal105012624144010244014421
Binary10001010101011010100110010001000010100100000110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450056; }

 p { color: rgb(69,0,86); }

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

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

 a { background-color: rgb(69,0,86); }

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

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

 span { border-color: rgb(69,0,86); }

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