#450052

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

Shades of Blackcurrant #450052

Tints of Blackcurrant #450052

Color information

#450052 (or 0x450052) is unknown color: approx Blackcurrant. HEX triplet: 45, 00 and 52. RGB value is (69,0,82). Sum of RGB (Red+Green+Blue) = 69+0+82=151 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.70% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 82 (32.42% from 255 or 54.30% from 151); Max value from RGB is 82 - color contains mainly: blue. Hex color #450052 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450052 is #BAFFAD. Grayscale: #1D1D1D. Windows color (decimal): -12255150 or 5374021. OLE color: 5374021.

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

Color convert

RGB69082-
CMYK0.16100.68
HSL290.49º100%16.08%-
HSV(B)290.49º100%32.16%-
XYZ3.981.878.13-
YUV29.98157.36155.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 45.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 82 (32.42% from 255) = 54.30%
R=45.70%
G=0%
B=54.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal690820.16100.68290.4910016.08
Hex4505210640441226410
Octal105012220144010444214420
Binary10001010101001010000110010001000100100100010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450052; }

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

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

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

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

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

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

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

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