#420053

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

Shades of Blackcurrant #420053

Tints of Blackcurrant #420053

Color information

#420053 (or 0x420053) is unknown color: approx Blackcurrant. HEX triplet: 42, 00 and 53. RGB value is (66,0,83). Sum of RGB (Red+Green+Blue) = 66+0+83=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 83 (32.81% from 255 or 55.70% from 149); Max value from RGB is 83 - color contains mainly: blue. Hex color #420053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420053 is #BDFFAC. Grayscale: #1C1C1C. Windows color (decimal): -12451757 or 5439554. OLE color: 5439554.

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

Color convert

RGB66083-
CMYK0.20100.67
HSL287.71º100%16.27%-
HSV(B)287.71º100%32.55%-
XYZ3.811.788.33-
YUV29.2158.37154.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 83 (32.81% from 255) = 55.70%
R=44.30%
G=0%
B=55.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal660830.20100.67287.7110016.27
Hex4205314640431206410
Octal102012324144010344014420
Binary10000100101001110100110010001000011100100000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420053; }

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

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

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

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

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

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

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

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