Html Css Color HEX #47004F Blackcurrant

📋 copy color: '#47004F'

red 71 ◦ green 0 ◦ blue 79

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

Shades of Blackcurrant #47004F

Tints of Blackcurrant #47004F

RGB

 RED value IS 71 (28.13% from 255) = 47.33%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 79 (31.25% from 255) = 52.67%

R = 47.33%
G = 0%
B = 52.67%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#47004F (or 0x47004F) is known color: Blackcurrant. HEX triplet: 47, 00 and 4F. RGB value is (71,0,79). Sum of RGB (Red+Green+Blue) = 71+0+79=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 79 (31.25% from 255 or 52.67% from 150); Max value from RGB is 79 - color contains mainly: blue. Hex color #47004F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47004F is #B8FFB0. Grayscale: #1D1D1D. Windows color (decimal): -12124081 or 5177415. OLE color: 5177415.

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

Color convert

RGB 71 0 79 -
CMYK 0.10 1 0 0.69
HSL 293.92º 1% 0.15% -
HSV(B) 293.92º 1% 0.31% -
XYZ 4.01 1.9 7.55 -
YUV 30.24 155.52 157.08 -
System Red Green Blue C M Y K H S L
Decimal 71 0 79 0.10 1 0 0.69 293.92 1 0.15
Hex 47 0 4F A 64 0 45 126 64 F
Octal 107 0 117 12 144 0 105 446 144 17
Binary 1000111 0 1001111 1010 1100100 0 1000101 100100110 1100100 1111

Color Harmonies of #47004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47004F

Black with #47004F

Text Example


Text Example

White with #47004F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #47004F;
 }
 .AnyTagClassName
 {
   color: #47004F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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