#420350

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

Shades of Blackcurrant #420350

Tints of Blackcurrant #420350

Color information

#420350 (or 0x420350) is unknown color: approx Blackcurrant. HEX triplet: 42, 03 and 50. RGB value is (66,3,80). Sum of RGB (Red+Green+Blue) = 66+3+80=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #420350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420350 is #BDFCAF. Grayscale: #1E1E1E. Windows color (decimal): -12450992 or 5243714. OLE color: 5243714.

HSL color Cylindrical-coordinate representation of color #420350: hue angle of 289.09º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #420350 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB66380-
CMYK0.170.9600.69
HSL289.09º92.77%16.27%-
HSV(B)289.09º96.25%31.37%-
XYZ3.731.87.74-
YUV30.62155.87153.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.30%
GREEN value IS 3 (1.56% from 255) = 2.01%
BLUE value IS 80 (31.64% from 255) = 53.69%
R=44.30%
G=2.01%
B=53.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal663800.170.9600.69289.0992.7716.27
Hex4235011600451215d10
Octal102312021140010544113520
Binary100001011101000010001110000001000101100100001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420350; }

 p { color: rgb(66,3,80); }

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

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

 a { background-color: rgb(66,3,80); }

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

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

 span { border-color: rgb(66,3,80); }

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