#3F263A

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

Shades of Voodoo #3F263A

Tints of Voodoo #3F263A

Color information

#3F263A (or 0x3F263A) is unknown color: approx Voodoo. HEX triplet: 3F, 26 and 3A. RGB value is (63,38,58). Sum of RGB (Red+Green+Blue) = 63+38+58=159 (21% of max value = 765). Red value is 63 (25% from 255 or 39.62% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 58 (23.05% from 255 or 36.48% from 159); Max value from RGB is 63 - color contains mainly: red. Hex color #3F263A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F263A is #C0D9C5. Grayscale: #2F2F2F. Windows color (decimal): -12638662 or 3810879. OLE color: 3810879.

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

Color convert

RGB633858-
CMYK00.400.080.75
HSL312º24.75%19.8%-
HSV(B)312º39.68%24.71%-
XYZ3.512.754.35-
YUV47.76133.78138.87-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 39.62%
GREEN value IS 38 (15.23% from 255) = 23.90%
BLUE value IS 58 (23.05% from 255) = 36.48%
R=39.62%
G=23.90%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63385800.400.080.7531224.7519.8
Hex3F263A02884B1381914
Octal774672050101134703124
Binary1111111001101110100101000100010010111001110001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F263A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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