#420257

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

Shades of Blackcurrant #420257

Tints of Blackcurrant #420257

Color information

#420257 (or 0x420257) is unknown color: approx Blackcurrant. HEX triplet: 42, 02 and 57. RGB value is (66,2,87). Sum of RGB (Red+Green+Blue) = 66+2+87=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 87 (34.38% from 255 or 56.13% from 155); Max value from RGB is 87 - color contains mainly: blue. Hex color #420257 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420257 is #BDFDA8. Grayscale: #1E1E1E. Windows color (decimal): -12451241 or 5702210. OLE color: 5702210.

HSL color Cylindrical-coordinate representation of color #420257: hue angle of 285.18º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #420257 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB66287-
CMYK0.240.9800.66
HSL285.18º95.51%17.45%-
HSV(B)285.18º97.7%34.12%-
XYZ3.991.899.17-
YUV30.83159.7153.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.58%
GREEN value IS 2 (1.17% from 255) = 1.29%
BLUE value IS 87 (34.38% from 255) = 56.13%
R=42.58%
G=1.29%
B=56.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal662870.240.9800.66285.1895.5117.45
Hex42257186204211d6011
Octal102212730142010243514021
Binary100001010101011111000110001001000010100011101110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420257; }

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

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

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

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

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

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

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

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