#420853

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

Shades of Blackcurrant #420853

Tints of Blackcurrant #420853

Color information

#420853 (or 0x420853) is unknown color: approx Blackcurrant. HEX triplet: 42, 08 and 53. RGB value is (66,8,83). Sum of RGB (Red+Green+Blue) = 66+8+83=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 83 (32.81% from 255 or 52.87% from 157); Max value from RGB is 83 - color contains mainly: blue. Hex color #420853 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420853 is #BDF7AC. Grayscale: #212121. Windows color (decimal): -12449709 or 5441602. OLE color: 5441602.

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

Color convert

RGB66883-
CMYK0.200.9000.67
HSL286.4º82.42%17.84%-
HSV(B)286.4º90.36%32.55%-
XYZ3.891.968.36-
YUV33.89155.72150.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.04%
GREEN value IS 8 (3.52% from 255) = 5.10%
BLUE value IS 83 (32.81% from 255) = 52.87%
R=42.04%
G=5.10%
B=52.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal668830.200.9000.67286.482.4217.84
Hex42853145A04311e5212
Octal1021012324132010343612222
Binary10000101000101001110100101101001000011100011110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420853; }

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

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

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

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

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

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

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

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