#420855

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

Shades of Blackcurrant #420855

Tints of Blackcurrant #420855

Color information

#420855 (or 0x420855) is unknown color: approx Blackcurrant. HEX triplet: 42, 08 and 55. RGB value is (66,8,85). Sum of RGB (Red+Green+Blue) = 66+8+85=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #420855 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420855 is #BDF7AA. Grayscale: #212121. Windows color (decimal): -12449707 or 5572674. OLE color: 5572674.

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

Color convert

RGB66885-
CMYK0.220.9100.67
HSL285.19º82.8%18.24%-
HSV(B)285.19º90.59%33.33%-
XYZ3.971.998.77-
YUV34.12156.72150.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.51%
GREEN value IS 8 (3.52% from 255) = 5.03%
BLUE value IS 85 (33.59% from 255) = 53.46%
R=41.51%
G=5.03%
B=53.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal668850.220.9100.67285.1982.818.24
Hex42855165B04311d5312
Octal1021012526133010343512322
Binary10000101000101010110110101101101000011100011101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420855; }

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

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

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

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

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

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

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

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