#420550

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

Shades of Blackcurrant #420550

Tints of Blackcurrant #420550

Color information

#420550 (or 0x420550) is unknown color: approx Blackcurrant. HEX triplet: 42, 05 and 50. RGB value is (66,5,80). Sum of RGB (Red+Green+Blue) = 66+5+80=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 5 (2.34% from 255 or 3.31% 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 #420550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420550 is #BDFAAF. Grayscale: #1F1F1F. Windows color (decimal): -12450480 or 5244226. OLE color: 5244226.

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

Color convert

RGB66580-
CMYK0.170.9400.69
HSL288.8º88.24%16.67%-
HSV(B)288.8º93.75%31.37%-
XYZ3.751.857.75-
YUV31.79155.21152.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.71%
GREEN value IS 5 (2.34% from 255) = 3.31%
BLUE value IS 80 (31.64% from 255) = 52.98%
R=43.71%
G=3.31%
B=52.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal665800.170.9400.69288.888.2416.67
Hex42550115E0451215811
Octal102512021136010544113021
Binary1000010101101000010001101111001000101100100001101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420550; }

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

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

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

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

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

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

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

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