#3F2F3A

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

Shades of Voodoo #3F2F3A

Tints of Voodoo #3F2F3A

Color information

#3F2F3A (or 0x3F2F3A) is unknown color: approx Voodoo. HEX triplet: 3F, 2F and 3A. RGB value is (63,47,58). Sum of RGB (Red+Green+Blue) = 63+47+58=168 (22% of max value = 765). Red value is 63 (25% from 255 or 37.5% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2F3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2F3A is #C0D0C5. Grayscale: #353535. Windows color (decimal): -12636358 or 3813183. OLE color: 3813183.

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

Color convert

RGB634758-
CMYK00.250.080.75
HSL318.75º14.55%21.57%-
HSV(B)318.75º25.4%24.71%-
XYZ3.833.44.46-
YUV53.04130.8135.11-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.5%
GREEN value IS 47 (18.75% from 255) = 27.98%
BLUE value IS 58 (23.05% from 255) = 34.52%
R=37.5%
G=27.98%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63475800.250.080.75318.7514.5521.57
Hex3F2F3A01984B13ff16
Octal775772031101134771726
Binary11111110111111101001100110001001011100111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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