#3D373C

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

Shades of Voodoo #3D373C

Tints of Voodoo #3D373C

Color information

#3D373C (or 0x3D373C) is unknown color: approx Voodoo. HEX triplet: 3D, 37 and 3C. RGB value is (61,55,60). Sum of RGB (Red+Green+Blue) = 61+55+60=176 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.66% from 176); Green value is 55 (21.88% from 255 or 31.25% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 61 - color contains mainly: red. Hex color #3D373C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D373C is #C2C8C3. Grayscale: #393939. Windows color (decimal): -12765380 or 3946301. OLE color: 3946301.

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

Color convert

RGB615560-
CMYK00.100.020.76
HSL310º5.17%22.75%-
HSV(B)310º9.84%23.92%-
XYZ4.114.054.84-
YUV57.36129.49130.59-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.66%
GREEN value IS 55 (21.88% from 255) = 31.25%
BLUE value IS 60 (23.83% from 255) = 34.09%
R=34.66%
G=31.25%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61556000.100.020.763105.1722.75
Hex3D373C0A24C136517
Octal7567740122114466527
Binary1111011101111111000101010100110010011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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