Html Css Color HEX #47313F Voodoo

📋 copy color: '#47313F'

red 71 ◦ green 49 ◦ blue 63

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

Shades of Voodoo #47313F

Tints of Voodoo #47313F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.78%

 BLUE value IS 63 (25% from 255) = 34.43%

R = 38.8%
G = 26.78%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#47313F (or 0x47313F) is known color: Voodoo. HEX triplet: 47, 31 and 3F. RGB value is (71,49,63). Sum of RGB (Red+Green+Blue) = 71+49+63=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 71 - color contains mainly: red. Hex color #47313F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47313F is #B8CEC0. Grayscale: #393939. Windows color (decimal): -12111553 or 4141383. OLE color: 4141383.

HSL color Cylindrical-coordinate representation of color #47313F: hue angle of 321.82º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #47313F is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 49 63 -
CMYK 0 0.31 0.11 0.72
HSL 321.82º 0.18% 0.24% -
HSV(B) 321.82º 0.31% 0.28% -
XYZ 4.59 3.9 5.21 -
YUV 57.17 131.29 137.86 -
System Red Green Blue C M Y K H S L
Decimal 71 49 63 0 0.31 0.11 0.72 321.82 0.18 0.24
Hex 47 31 3F 0 1F B 48 142 12 18
Octal 107 61 77 0 37 13 110 502 22 30
Binary 1000111 110001 111111 0 11111 1011 1001000 101000010 10010 11000

Color Harmonies of #47313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47313F

Black with #47313F

Text Example


Text Example

White with #47313F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,49,63); }

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

background-color css

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

 a { background-color: rgb(71,49,63); }

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

border-color css

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

 span { border-color: rgb(71,49,63); }

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