#420359

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

Shades of Blackcurrant #420359

Tints of Blackcurrant #420359

Color information

#420359 (or 0x420359) is unknown color: approx Blackcurrant. HEX triplet: 42, 03 and 59. RGB value is (66,3,89). Sum of RGB (Red+Green+Blue) = 66+3+89=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 89 (35.16% from 255 or 56.33% from 158); Max value from RGB is 89 - color contains mainly: blue. Hex color #420359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420359 is #BDFCA6. Grayscale: #1F1F1F. Windows color (decimal): -12450983 or 5833538. OLE color: 5833538.

HSL color Cylindrical-coordinate representation of color #420359: hue angle of 283.95º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #420359 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB66389-
CMYK0.260.9700.65
HSL283.95º93.48%18.04%-
HSV(B)283.95º96.63%34.9%-
XYZ4.081.949.61-
YUV31.64160.37152.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.77%
GREEN value IS 3 (1.56% from 255) = 1.90%
BLUE value IS 89 (35.16% from 255) = 56.33%
R=41.77%
G=1.90%
B=56.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal663890.260.9700.65283.9593.4818.04
Hex423591A6104111c5d12
Octal102313132141010143413522
Binary100001011101100111010110000101000001100011100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420359; }

 p { color: rgb(66,3,89); }

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

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

 a { background-color: rgb(66,3,89); }

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

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

 span { border-color: rgb(66,3,89); }

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