#3F283C

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

Shades of Voodoo #3F283C

Tints of Voodoo #3F283C

Color information

#3F283C (or 0x3F283C) is unknown color: approx Voodoo. HEX triplet: 3F, 28 and 3C. RGB value is (63,40,60). Sum of RGB (Red+Green+Blue) = 63+40+60=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 63 - color contains mainly: red. Hex color #3F283C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F283C is #C0D7C3. Grayscale: #313131. Windows color (decimal): -12638148 or 3942463. OLE color: 3942463.

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

Color convert

RGB634060-
CMYK00.370.050.75
HSL307.83º22.33%20.2%-
HSV(B)307.83º36.51%24.71%-
XYZ3.622.94.64-
YUV49.16134.12137.87-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.65%
GREEN value IS 40 (16.02% from 255) = 24.54%
BLUE value IS 60 (23.83% from 255) = 36.81%
R=38.65%
G=24.54%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63406000.370.050.75307.8322.3320.2
Hex3F283C02554B1341614
Octal77507404551134642624
Binary111111101000111100010010110110010111001101001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F283C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,40,60); }

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

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

 a { background-color: rgb(63,40,60); }

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

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

 span { border-color: rgb(63,40,60); }

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