#420553

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

Shades of Blackcurrant #420553

Tints of Blackcurrant #420553

Color information

#420553 (or 0x420553) is unknown color: approx Blackcurrant. HEX triplet: 42, 05 and 53. RGB value is (66,5,83). Sum of RGB (Red+Green+Blue) = 66+5+83=154 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.86% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 83 (32.81% from 255 or 53.90% from 154); Max value from RGB is 83 - color contains mainly: blue. Hex color #420553 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420553 is #BDFAAC. Grayscale: #1F1F1F. Windows color (decimal): -12450477 or 5440834. OLE color: 5440834.

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

Color convert

RGB66583-
CMYK0.200.9400.67
HSL286.92º88.64%17.25%-
HSV(B)286.92º93.98%32.55%-
XYZ3.861.898.35-
YUV32.13156.71152.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.86%
GREEN value IS 5 (2.34% from 255) = 3.25%
BLUE value IS 83 (32.81% from 255) = 53.90%
R=42.86%
G=3.25%
B=53.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal665830.200.9400.67286.9288.6417.25
Hex42553145E04311f5911
Octal102512324136010343713121
Binary1000010101101001110100101111001000011100011111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420553; }

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

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

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

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

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

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

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

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