#420854

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

Shades of Blackcurrant #420854

Tints of Blackcurrant #420854

Color information

#420854 (or 0x420854) is unknown color: approx Blackcurrant. HEX triplet: 42, 08 and 54. RGB value is (66,8,84). Sum of RGB (Red+Green+Blue) = 66+8+84=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 84 (33.20% from 255 or 53.16% from 158); Max value from RGB is 84 - color contains mainly: blue. Hex color #420854 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420854 is #BDF7AB. Grayscale: #212121. Windows color (decimal): -12449708 or 5507138. OLE color: 5507138.

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

Color convert

RGB66884-
CMYK0.210.9000.67
HSL285.79º82.61%18.04%-
HSV(B)285.79º90.48%32.94%-
XYZ3.931.978.56-
YUV34.01156.22150.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.77%
GREEN value IS 8 (3.52% from 255) = 5.06%
BLUE value IS 84 (33.20% from 255) = 53.16%
R=41.77%
G=5.06%
B=53.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal668840.210.9000.67285.7982.6118.04
Hex42854155A04311e5312
Octal1021012425132010343612322
Binary10000101000101010010101101101001000011100011110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420854; }

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

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

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

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

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

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

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

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