#420951

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

Shades of Blackcurrant #420951

Tints of Blackcurrant #420951

Color information

#420951 (or 0x420951) is unknown color: approx Blackcurrant. HEX triplet: 42, 09 and 51. RGB value is (66,9,81). Sum of RGB (Red+Green+Blue) = 66+9+81=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 81 (32.03% from 255 or 51.92% from 156); Max value from RGB is 81 - color contains mainly: blue. Hex color #420951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420951 is #BDF6AE. Grayscale: #222222. Windows color (decimal): -12449455 or 5310786. OLE color: 5310786.

HSL color Cylindrical-coordinate representation of color #420951: hue angle of 287.5º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #420951 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB66981-
CMYK0.190.8900.68
HSL287.5º80%17.65%-
HSV(B)287.5º88.89%31.76%-
XYZ3.831.957.96-
YUV34.25154.38150.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.31%
GREEN value IS 9 (3.91% from 255) = 5.77%
BLUE value IS 81 (32.03% from 255) = 51.92%
R=42.31%
G=5.77%
B=51.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal669810.190.8900.68287.58017.65
Hex4295113590441205012
Octal1021112123131010444012022
Binary10000101001101000110011101100101000100100100000101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420951; }

 p { color: rgb(66,9,81); }

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

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

 a { background-color: rgb(66,9,81); }

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

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

 span { border-color: rgb(66,9,81); }

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