#47014F

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

Shades of Blackcurrant #47014F

Tints of Blackcurrant #47014F

Color information

#47014F (or 0x47014F) is unknown color: approx Blackcurrant. HEX triplet: 47, 01 and 4F. RGB value is (71,1,79). Sum of RGB (Red+Green+Blue) = 71+1+79=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 79 (31.25% from 255 or 52.32% from 151); Max value from RGB is 79 - color contains mainly: blue. Hex color #47014F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47014F is #B8FEB0. Grayscale: #1E1E1E. Windows color (decimal): -12123825 or 5177671. OLE color: 5177671.

HSL color Cylindrical-coordinate representation of color #47014F: hue angle of 293.85º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #47014F is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB71179-
CMYK0.100.9900.69
HSL293.85º97.5%15.69%-
HSV(B)293.85º98.73%30.98%-
XYZ4.021.937.56-
YUV30.82155.19156.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.02%
GREEN value IS 1 (0.78% from 255) = 0.66%
BLUE value IS 79 (31.25% from 255) = 52.32%
R=47.02%
G=0.66%
B=52.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal711790.100.9900.69293.8597.515.69
Hex4714FA630451266210
Octal107111712143010544614220
Binary1000111110011111010110001101000101100100110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47014F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47014F; }

 p { color: rgb(71,1,79); }

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

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

 a { background-color: rgb(71,1,79); }

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

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

 span { border-color: rgb(71,1,79); }

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