#3F313A

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

Shades of Voodoo #3F313A

Tints of Voodoo #3F313A

Color information

#3F313A (or 0x3F313A) is unknown color: approx Voodoo. HEX triplet: 3F, 31 and 3A. RGB value is (63,49,58). Sum of RGB (Red+Green+Blue) = 63+49+58=170 (22% of max value = 765). Red value is 63 (25% from 255 or 37.06% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 63 - color contains mainly: red. Hex color #3F313A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F313A is #C0CEC5. Grayscale: #363636. Windows color (decimal): -12635846 or 3813695. OLE color: 3813695.

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

Color convert

RGB634958-
CMYK00.220.080.75
HSL321.43º12.5%21.96%-
HSV(B)321.43º22.22%24.71%-
XYZ3.913.564.48-
YUV54.21130.14134.27-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.06%
GREEN value IS 49 (19.53% from 255) = 28.82%
BLUE value IS 58 (23.05% from 255) = 34.12%
R=37.06%
G=28.82%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63495800.220.080.75321.4312.521.96
Hex3F313A01684B141c16
Octal776172026101135011426
Binary11111111000111101001011010001001011101000001110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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