#420051

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

Shades of Blackcurrant #420051

Tints of Blackcurrant #420051

Color information

#420051 (or 0x420051) is unknown color: approx Blackcurrant. HEX triplet: 42, 00 and 51. RGB value is (66,0,81). Sum of RGB (Red+Green+Blue) = 66+0+81=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #420051 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420051 is #BDFFAE. Grayscale: #1C1C1C. Windows color (decimal): -12451759 or 5308482. OLE color: 5308482.

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

Color convert

RGB66081-
CMYK0.19100.68
HSL288.89º100%15.88%-
HSV(B)288.89º100%31.76%-
XYZ3.731.757.93-
YUV28.97157.37154.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 81 (32.03% from 255) = 55.10%
R=44.90%
G=0%
B=55.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal660810.19100.68288.8910015.88
Hex4205113640441216410
Octal102012123144010444114420
Binary10000100101000110011110010001000100100100001110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420051; }

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

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

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

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

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

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

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

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