#3D373B

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

Shades of Voodoo #3D373B

Tints of Voodoo #3D373B

Color information

#3D373B (or 0x3D373B) is unknown color: approx Voodoo. HEX triplet: 3D, 37 and 3B. RGB value is (61,55,59). Sum of RGB (Red+Green+Blue) = 61+55+59=175 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.86% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 61 - color contains mainly: red. Hex color #3D373B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D373B is #C2C8C4. Grayscale: #393939. Windows color (decimal): -12765381 or 3880765. OLE color: 3880765.

HSL color Cylindrical-coordinate representation of color #3D373B: hue angle of 320º degrees, saturation: 0.05, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3D373B is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.76.

Color convert

RGB615559-
CMYK00.100.030.76
HSL320º5.17%22.75%-
HSV(B)320º9.84%23.92%-
XYZ4.084.044.7-
YUV57.25128.99130.67-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.86%
GREEN value IS 55 (21.88% from 255) = 31.43%
BLUE value IS 59 (23.44% from 255) = 33.71%
R=34.86%
G=31.43%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61555900.100.030.763205.1722.75
Hex3D373B0A34C140517
Octal7567730123114500527
Binary1111011101111110110101011100110010100000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D373B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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