#420753

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

Shades of Blackcurrant #420753

Tints of Blackcurrant #420753

Color information

#420753 (or 0x420753) is unknown color: approx Blackcurrant. HEX triplet: 42, 07 and 53. RGB value is (66,7,83). Sum of RGB (Red+Green+Blue) = 66+7+83=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 83 (32.81% from 255 or 53.21% from 156); Max value from RGB is 83 - color contains mainly: blue. Hex color #420753 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420753 is #BDF8AC. Grayscale: #212121. Windows color (decimal): -12449965 or 5441346. OLE color: 5441346.

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

Color convert

RGB66783-
CMYK0.200.9200.67
HSL286.58º84.44%17.65%-
HSV(B)286.58º91.57%32.55%-
XYZ3.881.938.35-
YUV33.3156.05151.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.31%
GREEN value IS 7 (3.12% from 255) = 4.49%
BLUE value IS 83 (32.81% from 255) = 53.21%
R=42.31%
G=4.49%
B=53.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal667830.200.9200.67286.5884.4417.65
Hex42753145C04311f5412
Octal102712324134010343712422
Binary1000010111101001110100101110001000011100011111101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420753; }

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

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

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

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

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

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

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

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