#3B343A

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

Shades of Voodoo #3B343A

Tints of Voodoo #3B343A

Color information

#3B343A (or 0x3B343A) is unknown color: approx Voodoo. HEX triplet: 3B, 34 and 3A. RGB value is (59,52,58). Sum of RGB (Red+Green+Blue) = 59+52+58=169 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.91% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 59 - color contains mainly: red. Hex color #3B343A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B343A is #C4CBC5. Grayscale: #363636. Windows color (decimal): -12897222 or 3814459. OLE color: 3814459.

HSL color Cylindrical-coordinate representation of color #3B343A: hue angle of 308.57º degrees, saturation: 0.06, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3B343A is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.77.

Color convert

RGB595258-
CMYK00.120.020.77
HSL308.57º6.31%21.76%-
HSV(B)308.57º11.86%23.14%-
XYZ3.83.694.52-
YUV54.78129.82131.01-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.91%
GREEN value IS 52 (20.70% from 255) = 30.77%
BLUE value IS 58 (23.05% from 255) = 34.32%
R=34.91%
G=30.77%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59525800.120.020.77308.576.3121.76
Hex3B343A0C24D135616
Octal7364720142115465626
Binary1110111101001110100110010100110110011010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,52,58); }

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

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

 a { background-color: rgb(59,52,58); }

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

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

 span { border-color: rgb(59,52,58); }

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