#3F303B

Color #3F303B Voodoo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Voodoo #3F303B

Tints of Voodoo #3F303B

Color information

#3F303B (or 0x3F303B) is unknown color: approx Voodoo. HEX triplet: 3F, 30 and 3B. RGB value is (63,48,59). Sum of RGB (Red+Green+Blue) = 63+48+59=170 (22% of max value = 765). Red value is 63 (25% from 255 or 37.06% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 63 - color contains mainly: red. Hex color #3F303B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F303B is #C0CFC4. Grayscale: #353535. Windows color (decimal): -12636101 or 3878975. OLE color: 3878975.

HSL color Cylindrical-coordinate representation of color #3F303B: hue angle of 316º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3F303B is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB634859-
CMYK00.240.060.75
HSL316º13.51%21.76%-
HSV(B)316º23.81%24.71%-
XYZ3.93.494.61-
YUV53.74130.97134.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.06%
GREEN value IS 48 (19.14% from 255) = 28.24%
BLUE value IS 59 (23.44% from 255) = 34.71%
R=37.06%
G=28.24%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63485900.240.060.7531613.5121.76
Hex3F303B01864B13ce16
Octal77607303061134741626
Binary1111111100001110110110001101001011100111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F303B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F303B; }

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

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

<style>
 a { background-color: #3F303B; }

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

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

<style>
 span { border-color: #3F303B; }

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

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