#420450

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

Shades of Blackcurrant #420450

Tints of Blackcurrant #420450

Color information

#420450 (or 0x420450) is unknown color: approx Blackcurrant. HEX triplet: 42, 04 and 50. RGB value is (66,4,80). Sum of RGB (Red+Green+Blue) = 66+4+80=150 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 80 (31.64% from 255 or 53.33% from 150); Max value from RGB is 80 - color contains mainly: blue. Hex color #420450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420450 is #BDFBAF. Grayscale: #1E1E1E. Windows color (decimal): -12450736 or 5243970. OLE color: 5243970.

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

Color convert

RGB66480-
CMYK0.170.9500.69
HSL288.95º90.48%16.47%-
HSV(B)288.95º95%31.37%-
XYZ3.741.827.74-
YUV31.2155.54152.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44%
GREEN value IS 4 (1.95% from 255) = 2.67%
BLUE value IS 80 (31.64% from 255) = 53.33%
R=44%
G=2.67%
B=53.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal664800.170.9500.69288.9590.4816.47
Hex42450115F0451215a10
Octal102412021137010544113220
Binary1000010100101000010001101111101000101100100001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420450; }

 p { color: rgb(66,4,80); }

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

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

 a { background-color: rgb(66,4,80); }

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

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

 span { border-color: rgb(66,4,80); }

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