#3F253B

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

Shades of Voodoo #3F253B

Tints of Voodoo #3F253B

Color information

#3F253B (or 0x3F253B) is unknown color: approx Voodoo. HEX triplet: 3F, 25 and 3B. RGB value is (63,37,59). Sum of RGB (Red+Green+Blue) = 63+37+59=159 (21% of max value = 765). Red value is 63 (25% from 255 or 39.62% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 63 - color contains mainly: red. Hex color #3F253B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F253B is #C0DAC4. Grayscale: #2F2F2F. Windows color (decimal): -12638917 or 3876159. OLE color: 3876159.

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

Color convert

RGB633759-
CMYK00.410.060.75
HSL309.23º26%19.61%-
HSV(B)309.23º41.27%24.71%-
XYZ3.52.74.47-
YUV47.28134.61139.21-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 39.62%
GREEN value IS 37 (14.84% from 255) = 23.27%
BLUE value IS 59 (23.44% from 255) = 37.11%
R=39.62%
G=23.27%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63375900.410.060.75309.232619.61
Hex3F253B02964B1351a14
Octal77457305161134653224
Binary111111100101111011010100111010010111001101011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F253B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,37,59); }

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

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

 a { background-color: rgb(63,37,59); }

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

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

 span { border-color: rgb(63,37,59); }

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