#47014E

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

Shades of Blackcurrant #47014E

Tints of Blackcurrant #47014E

Color information

#47014E (or 0x47014E) is unknown color: approx Blackcurrant. HEX triplet: 47, 01 and 4E. RGB value is (71,1,78). Sum of RGB (Red+Green+Blue) = 71+1+78=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 78 (30.86% from 255 or 52% from 150); Max value from RGB is 78 - color contains mainly: blue. Hex color #47014E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47014E is #B8FEB1. Grayscale: #1E1E1E. Windows color (decimal): -12123826 or 5112135. OLE color: 5112135.

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

Color convert

RGB71178-
CMYK0.090.9900.69
HSL294.55º97.47%15.49%-
HSV(B)294.55º98.72%30.59%-
XYZ3.981.917.37-
YUV30.71154.69156.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.33%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 78 (30.86% from 255) = 52%
R=47.33%
G=0.67%
B=52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal711780.090.9900.69294.5597.4715.49
Hex4714E96304512761f
Octal107111611143010544714117
Binary100011111001110100111000110100010110010011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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