#420055

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

Shades of Blackcurrant #420055

Tints of Blackcurrant #420055

Color information

#420055 (or 0x420055) is unknown color: approx Blackcurrant. HEX triplet: 42, 00 and 55. RGB value is (66,0,85). Sum of RGB (Red+Green+Blue) = 66+0+85=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 85 (33.59% from 255 or 56.29% from 151); Max value from RGB is 85 - color contains mainly: blue. Hex color #420055 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420055 is #BDFFAA. Grayscale: #1D1D1D. Windows color (decimal): -12451755 or 5570626. OLE color: 5570626.

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

Color convert

RGB66085-
CMYK0.22100.67
HSL286.59º100%16.67%-
HSV(B)286.59º100%33.33%-
XYZ3.891.818.74-
YUV29.42159.37154.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 85 (33.59% from 255) = 56.29%
R=43.71%
G=0%
B=56.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal660850.22100.67286.5910016.67
Hex42055166404311f6411
Octal102012526144010343714421
Binary10000100101010110110110010001000011100011111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420055; }

 p { color: rgb(66,0,85); }

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

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

 a { background-color: rgb(66,0,85); }

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

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

 span { border-color: rgb(66,0,85); }

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