#420254

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

Shades of Blackcurrant #420254

Tints of Blackcurrant #420254

Color information

#420254 (or 0x420254) is unknown color: approx Blackcurrant. HEX triplet: 42, 02 and 54. RGB value is (66,2,84). Sum of RGB (Red+Green+Blue) = 66+2+84=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 84 (33.20% from 255 or 55.26% from 152); Max value from RGB is 84 - color contains mainly: blue. Hex color #420254 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420254 is #BDFDAB. Grayscale: #1E1E1E. Windows color (decimal): -12451244 or 5505602. OLE color: 5505602.

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

Color convert

RGB66284-
CMYK0.210.9800.67
HSL286.83º95.35%16.86%-
HSV(B)286.83º97.62%32.94%-
XYZ3.871.848.54-
YUV30.48158.2153.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.42%
GREEN value IS 2 (1.17% from 255) = 1.32%
BLUE value IS 84 (33.20% from 255) = 55.26%
R=43.42%
G=1.32%
B=55.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal662840.210.9800.67286.8395.3516.86
Hex42254156204311f5f11
Octal102212425142010343713721
Binary100001010101010010101110001001000011100011111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420254; }

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

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

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

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

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

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

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

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