#3F283A

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

Shades of Voodoo #3F283A

Tints of Voodoo #3F283A

Color information

#3F283A (or 0x3F283A) is unknown color: approx Voodoo. HEX triplet: 3F, 28 and 3A. RGB value is (63,40,58). Sum of RGB (Red+Green+Blue) = 63+40+58=161 (21% of max value = 765). Red value is 63 (25% from 255 or 39.13% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 63 - color contains mainly: red. Hex color #3F283A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F283A is #C0D7C5. Grayscale: #303030. Windows color (decimal): -12638150 or 3811391. OLE color: 3811391.

HSL color Cylindrical-coordinate representation of color #3F283A: hue angle of 313.04º 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 #3F283A is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB634058-
CMYK00.370.080.75
HSL313.04º22.33%20.2%-
HSV(B)313.04º36.51%24.71%-
XYZ3.572.884.37-
YUV48.93133.12138.04-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 39.13%
GREEN value IS 40 (16.02% from 255) = 24.84%
BLUE value IS 58 (23.05% from 255) = 36.02%
R=39.13%
G=24.84%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63405800.370.080.75313.0422.3320.2
Hex3F283A02584B1391614
Octal775072045101134712624
Binary1111111010001110100100101100010010111001110011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F283A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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