#420154

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

Shades of Blackcurrant #420154

Tints of Blackcurrant #420154

Color information

#420154 (or 0x420154) is unknown color: approx Blackcurrant. HEX triplet: 42, 01 and 54. RGB value is (66,1,84). Sum of RGB (Red+Green+Blue) = 66+1+84=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 84 (33.20% from 255 or 55.63% from 151); Max value from RGB is 84 - color contains mainly: blue. Hex color #420154 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420154 is #BDFEAB. Grayscale: #1D1D1D. Windows color (decimal): -12451500 or 5505346. OLE color: 5505346.

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

Color convert

RGB66184-
CMYK0.210.9900.67
HSL286.99º97.65%16.67%-
HSV(B)286.99º98.81%32.94%-
XYZ3.861.828.54-
YUV29.9158.53153.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.71%
GREEN value IS 1 (0.78% from 255) = 0.66%
BLUE value IS 84 (33.20% from 255) = 55.63%
R=43.71%
G=0.66%
B=55.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal661840.210.9900.67286.9997.6516.67
Hex42154156304311f6211
Octal102112425143010343714221
Binary10000101101010010101110001101000011100011111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420154; }

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

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

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

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

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

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

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

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