#450250

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

Shades of Blackcurrant #450250

Tints of Blackcurrant #450250

Color information

#450250 (or 0x450250) is unknown color: approx Blackcurrant. HEX triplet: 45, 02 and 50. RGB value is (69,2,80). Sum of RGB (Red+Green+Blue) = 69+2+80=151 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.70% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 80 (31.64% from 255 or 52.98% from 151); Max value from RGB is 80 - color contains mainly: blue. Hex color #450250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450250 is #BAFDAF. Grayscale: #1E1E1E. Windows color (decimal): -12254640 or 5243461. OLE color: 5243461.

HSL color Cylindrical-coordinate representation of color #450250: hue angle of 291.54º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #450250 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB69280-
CMYK0.140.9800.69
HSL291.54º95.12%16.08%-
HSV(B)291.54º97.5%31.37%-
XYZ3.921.897.75-
YUV30.92155.7155.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 45.70%
GREEN value IS 2 (1.17% from 255) = 1.32%
BLUE value IS 80 (31.64% from 255) = 52.98%
R=45.70%
G=1.32%
B=52.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal692800.140.9800.69291.5495.1216.08
Hex45250E620451245f10
Octal105212016142010544413720
Binary10001011010100001110110001001000101100100100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450250; }

 p { color: rgb(69,2,80); }

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

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

 a { background-color: rgb(69,2,80); }

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

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

 span { border-color: rgb(69,2,80); }

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