#470051

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

Shades of Blackcurrant #470051

Tints of Blackcurrant #470051

Color information

#470051 (or 0x470051) is unknown color: approx Blackcurrant. HEX triplet: 47, 00 and 51. RGB value is (71,0,81). Sum of RGB (Red+Green+Blue) = 71+0+81=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 81 (32.03% from 255 or 53.29% from 152); Max value from RGB is 81 - color contains mainly: blue. Hex color #470051 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470051 is #B8FFAE. Grayscale: #1E1E1E. Windows color (decimal): -12124079 or 5308487. OLE color: 5308487.

HSL color Cylindrical-coordinate representation of color #470051: hue angle of 292.59º 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 #470051 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB71081-
CMYK0.12100.68
HSL292.59º100%15.88%-
HSV(B)292.59º100%31.76%-
XYZ4.081.937.94-
YUV30.46156.52156.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 81 (32.03% from 255) = 53.29%
R=46.71%
G=0%
B=53.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal710810.12100.68292.5910015.88
Hex47051C640441256410
Octal107012114144010444514420
Binary1000111010100011100110010001000100100100101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470051; }

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

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

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

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

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

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

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

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