#420755

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

Shades of Blackcurrant #420755

Tints of Blackcurrant #420755

Color information

#420755 (or 0x420755) is unknown color: approx Blackcurrant. HEX triplet: 42, 07 and 55. RGB value is (66,7,85). Sum of RGB (Red+Green+Blue) = 66+7+85=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 85 (33.59% from 255 or 53.80% from 158); Max value from RGB is 85 - color contains mainly: blue. Hex color #420755 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420755 is #BDF8AA. Grayscale: #212121. Windows color (decimal): -12449963 or 5572418. OLE color: 5572418.

HSL color Cylindrical-coordinate representation of color #420755: hue angle of 285.38º degrees, saturation: 0.85, 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 #420755 is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB66785-
CMYK0.220.9200.67
HSL285.38º84.78%18.04%-
HSV(B)285.38º91.76%33.33%-
XYZ3.961.978.76-
YUV33.53157.05151.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.77%
GREEN value IS 7 (3.12% from 255) = 4.43%
BLUE value IS 85 (33.59% from 255) = 53.80%
R=41.77%
G=4.43%
B=53.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal667850.220.9200.67285.3884.7818.04
Hex42755165C04311d5512
Octal102712526134010343512522
Binary1000010111101010110110101110001000011100011101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420755; }

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

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

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

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

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

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

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

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