#3D353C

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

Shades of Voodoo #3D353C

Tints of Voodoo #3D353C

Color information

#3D353C (or 0x3D353C) is unknown color: approx Voodoo. HEX triplet: 3D, 35 and 3C. RGB value is (61,53,60). Sum of RGB (Red+Green+Blue) = 61+53+60=174 (23% of max value = 765). Red value is 61 (24.22% from 255 or 35.06% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 61 - color contains mainly: red. Hex color #3D353C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D353C is #C2CAC3. Grayscale: #383838. Windows color (decimal): -12765892 or 3945789. OLE color: 3945789.

HSL color Cylindrical-coordinate representation of color #3D353C: hue angle of 307.5º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3D353C is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.76.

Color convert

RGB615360-
CMYK00.130.020.76
HSL307.5º7.02%22.35%-
HSV(B)307.5º13.11%23.92%-
XYZ4.013.864.81-
YUV56.19130.15131.43-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.06%
GREEN value IS 53 (21.09% from 255) = 30.46%
BLUE value IS 60 (23.83% from 255) = 34.48%
R=35.06%
G=30.46%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61536000.130.020.76307.57.0222.35
Hex3D353C0D24C134716
Octal7565740152114464726
Binary1111011101011111000110110100110010011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,53,60); }

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

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

 a { background-color: rgb(61,53,60); }

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

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

 span { border-color: rgb(61,53,60); }

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