#3D353B

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

Shades of Voodoo #3D353B

Tints of Voodoo #3D353B

Color information

#3D353B (or 0x3D353B) is unknown color: approx Voodoo. HEX triplet: 3D, 35 and 3B. RGB value is (61,53,59). Sum of RGB (Red+Green+Blue) = 61+53+59=173 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.26% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 61 - color contains mainly: red. Hex color #3D353B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D353B is #C2CAC4. Grayscale: #383838. Windows color (decimal): -12765893 or 3880253. OLE color: 3880253.

HSL color Cylindrical-coordinate representation of color #3D353B: hue angle of 315º 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 #3D353B is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.76.

Color convert

RGB615359-
CMYK00.130.030.76
HSL315º7.02%22.35%-
HSV(B)315º13.11%23.92%-
XYZ3.993.854.67-
YUV56.08129.65131.51-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.26%
GREEN value IS 53 (21.09% from 255) = 30.64%
BLUE value IS 59 (23.44% from 255) = 34.10%
R=35.26%
G=30.64%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61535900.130.030.763157.0222.35
Hex3D353B0D34C13b716
Octal7565730153114473726
Binary1111011101011110110110111100110010011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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