#3F303A

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

Shades of Voodoo #3F303A

Tints of Voodoo #3F303A

Color information

#3F303A (or 0x3F303A) is unknown color: approx Voodoo. HEX triplet: 3F, 30 and 3A. RGB value is (63,48,58). Sum of RGB (Red+Green+Blue) = 63+48+58=169 (22% of max value = 765). Red value is 63 (25% from 255 or 37.28% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 63 - color contains mainly: red. Hex color #3F303A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F303A is #C0CFC5. Grayscale: #353535. Windows color (decimal): -12636102 or 3813439. OLE color: 3813439.

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

Color convert

RGB634858-
CMYK00.240.080.75
HSL320º13.51%21.76%-
HSV(B)320º23.81%24.71%-
XYZ3.873.484.47-
YUV53.62130.47134.69-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.28%
GREEN value IS 48 (19.14% from 255) = 28.40%
BLUE value IS 58 (23.05% from 255) = 34.32%
R=37.28%
G=28.40%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63485800.240.080.7532013.5121.76
Hex3F303A01884B140e16
Octal776072030101135001626
Binary11111111000011101001100010001001011101000000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F303A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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