#41373F

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

Shades of Voodoo #41373F

Tints of Voodoo #41373F

Color information

#41373F (or 0x41373F) is unknown color: approx Voodoo. HEX triplet: 41, 37 and 3F. RGB value is (65,55,63). Sum of RGB (Red+Green+Blue) = 65+55+63=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 65 - color contains mainly: red. Hex color #41373F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41373F is #BEC8C0. Grayscale: #3A3A3A. Windows color (decimal): -12503233 or 4142913. OLE color: 4142913.

HSL color Cylindrical-coordinate representation of color #41373F: hue angle of 312º degrees, saturation: 0.08, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #41373F is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB655563-
CMYK00.150.030.75
HSL312º8.33%23.53%-
HSV(B)312º15.38%25.49%-
XYZ4.444.225.28-
YUV58.9130.31132.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.52%
GREEN value IS 55 (21.88% from 255) = 30.05%
BLUE value IS 63 (25% from 255) = 34.43%
R=35.52%
G=30.05%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65556300.150.030.753128.3323.53
Hex41373F0F34B138818
Octal101677701731134701030
Binary100000111011111111101111111001011100111000100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41373F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41373F; }

 p { color: rgb(65,55,63); }

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

<style>
 a { background-color: #41373F; }

 a { background-color: rgb(65,55,63); }

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

<style>
 span { border-color: #41373F; }

 span { border-color: rgb(65,55,63); }

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