Html Css Color HEX #47303F Voodoo

📋 copy color: '#47303F'

red 71 ◦ green 48 ◦ blue 63

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

Shades of Voodoo #47303F

Tints of Voodoo #47303F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.37%

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

R = 39.01%
G = 26.37%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#47303F (or 0x47303F) is known color: Voodoo. HEX triplet: 47, 30 and 3F. RGB value is (71,48,63). Sum of RGB (Red+Green+Blue) = 71+48+63=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 71 - color contains mainly: red. Hex color #47303F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47303F is #B8CFC0. Grayscale: #383838. Windows color (decimal): -12111809 or 4141127. OLE color: 4141127.

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

Color convert

RGB 71 48 63 -
CMYK 0 0.32 0.11 0.72
HSL 320.87º 0.19% 0.23% -
HSV(B) 320.87º 0.32% 0.28% -
XYZ 4.55 3.81 5.2 -
YUV 56.59 131.62 138.28 -
System Red Green Blue C M Y K H S L
Decimal 71 48 63 0 0.32 0.11 0.72 320.87 0.19 0.23
Hex 47 30 3F 0 20 B 48 141 13 17
Octal 107 60 77 0 40 13 110 501 23 27
Binary 1000111 110000 111111 0 100000 1011 1001000 101000001 10011 10111

Color Harmonies of #47303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47303F

Black with #47303F

Text Example


Text Example

White with #47303F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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