Html Css Color HEX #47014F Blackcurrant

📋 copy color: '#47014F'

red 71 ◦ green 1 ◦ blue 79

#47014F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #47014F

Tints of Blackcurrant #47014F

RGB

 RED value IS 71 (28.13% 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 value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#47014F (or 0x47014F) is known color: 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

RGB 71 1 79 -
CMYK 0.10 0.99 0 0.69
HSL 293.85º 0.98% 0.16% -
HSV(B) 293.85º 0.99% 0.31% -
XYZ 4.02 1.93 7.56 -
YUV 30.82 155.19 156.66 -
System Red Green Blue C M Y K H S L
Decimal 71 1 79 0.10 0.99 0 0.69 293.85 0.98 0.16
Hex 47 1 4F A 63 0 45 126 62 10
Octal 107 1 117 12 143 0 105 446 142 20
Binary 1000111 1 1001111 1010 1100011 0 1000101 100100110 1100010 10000

Color Harmonies of #47014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47014F

Black with #47014F

Text Example


Text Example

White with #47014F

Text Example


Text Example

HTML Codes & Css Web 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>