#420451

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

Shades of Blackcurrant #420451

Tints of Blackcurrant #420451

Color information

#420451 (or 0x420451) is unknown color: approx Blackcurrant. HEX triplet: 42, 04 and 51. RGB value is (66,4,81). Sum of RGB (Red+Green+Blue) = 66+4+81=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 81 (32.03% from 255 or 53.64% from 151); Max value from RGB is 81 - color contains mainly: blue. Hex color #420451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420451 is #BDFBAE. Grayscale: #1F1F1F. Windows color (decimal): -12450735 or 5309506. OLE color: 5309506.

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

Color convert

RGB66481-
CMYK0.190.9500.68
HSL288.31º90.59%16.67%-
HSV(B)288.31º95.06%31.76%-
XYZ3.781.847.94-
YUV31.32156.04152.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.71%
GREEN value IS 4 (1.95% from 255) = 2.65%
BLUE value IS 81 (32.03% from 255) = 53.64%
R=43.71%
G=2.65%
B=53.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal664810.190.9500.68288.3190.5916.67
Hex42451135F0441205b11
Octal102412123137010444013321
Binary1000010100101000110011101111101000100100100000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420451; }

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

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

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

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

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

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

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

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