#420851

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

Shades of Blackcurrant #420851

Tints of Blackcurrant #420851

Color information

#420851 (or 0x420851) is unknown color: approx Blackcurrant. HEX triplet: 42, 08 and 51. RGB value is (66,8,81). Sum of RGB (Red+Green+Blue) = 66+8+81=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 81 (32.03% from 255 or 52.26% from 155); Max value from RGB is 81 - color contains mainly: blue. Hex color #420851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420851 is #BDF7AE. Grayscale: #212121. Windows color (decimal): -12449711 or 5310530. OLE color: 5310530.

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

Color convert

RGB66881-
CMYK0.190.9000.68
HSL287.67º82.02%17.45%-
HSV(B)287.67º90.12%31.76%-
XYZ3.821.937.96-
YUV33.66154.72151.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.58%
GREEN value IS 8 (3.52% from 255) = 5.16%
BLUE value IS 81 (32.03% from 255) = 52.26%
R=42.58%
G=5.16%
B=52.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal668810.190.9000.68287.6782.0217.45
Hex42851135A0441205211
Octal1021012123132010444012221
Binary10000101000101000110011101101001000100100100000101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420851; }

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

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

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

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

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

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

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

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