#420653

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

Shades of Blackcurrant #420653

Tints of Blackcurrant #420653

Color information

#420653 (or 0x420653) is unknown color: approx Blackcurrant. HEX triplet: 42, 06 and 53. RGB value is (66,6,83). Sum of RGB (Red+Green+Blue) = 66+6+83=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 83 (32.81% from 255 or 53.55% from 155); Max value from RGB is 83 - color contains mainly: blue. Hex color #420653 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420653 is #BDF9AC. Grayscale: #202020. Windows color (decimal): -12450221 or 5441090. OLE color: 5441090.

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

Color convert

RGB66683-
CMYK0.200.9300.67
HSL286.75º86.52%17.45%-
HSV(B)286.75º92.77%32.55%-
XYZ3.871.918.35-
YUV32.72156.38151.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.58%
GREEN value IS 6 (2.73% from 255) = 3.87%
BLUE value IS 83 (32.81% from 255) = 53.55%
R=42.58%
G=3.87%
B=53.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal666830.200.9300.67286.7586.5217.45
Hex42653145D04311f5711
Octal102612324135010343712721
Binary1000010110101001110100101110101000011100011111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420653; }

 p { color: rgb(66,6,83); }

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

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

 a { background-color: rgb(66,6,83); }

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

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

 span { border-color: rgb(66,6,83); }

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