#420850

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

Shades of Blackcurrant #420850

Tints of Blackcurrant #420850

Color information

#420850 (or 0x420850) is unknown color: approx Blackcurrant. HEX triplet: 42, 08 and 50. RGB value is (66,8,80). Sum of RGB (Red+Green+Blue) = 66+8+80=154 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.86% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 80 (31.64% from 255 or 51.95% from 154); Max value from RGB is 80 - color contains mainly: blue. Hex color #420850 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420850 is #BDF7AF. Grayscale: #212121. Windows color (decimal): -12449712 or 5244994. OLE color: 5244994.

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

Color convert

RGB66880-
CMYK0.170.9000.69
HSL288.33º81.82%17.25%-
HSV(B)288.33º90%31.37%-
XYZ3.781.917.76-
YUV33.55154.22151.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.86%
GREEN value IS 8 (3.52% from 255) = 5.19%
BLUE value IS 80 (31.64% from 255) = 51.95%
R=42.86%
G=5.19%
B=51.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal668800.170.9000.69288.3381.8217.25
Hex42850115A0451205211
Octal1021012021132010544012221
Binary10000101000101000010001101101001000101100100000101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420850; }

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

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

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

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

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

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

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

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