#41333F

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

Shades of Voodoo #41333F

Tints of Voodoo #41333F

Color information

#41333F (or 0x41333F) is unknown color: approx Voodoo. HEX triplet: 41, 33 and 3F. RGB value is (65,51,63). Sum of RGB (Red+Green+Blue) = 65+51+63=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 63 (25% from 255 or 35.20% from 179); Max value from RGB is 65 - color contains mainly: red. Hex color #41333F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41333F is #BECCC0. Grayscale: #383838. Windows color (decimal): -12504257 or 4141889. OLE color: 4141889.

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

Color convert

RGB655163-
CMYK00.220.030.75
HSL308.57º12.07%22.75%-
HSV(B)308.57º21.54%25.49%-
XYZ4.263.855.22-
YUV56.55131.64134.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.31%
GREEN value IS 51 (20.31% from 255) = 28.49%
BLUE value IS 63 (25% from 255) = 35.20%
R=36.31%
G=28.49%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65516300.220.030.75308.5712.0722.75
Hex41333F01634B135c17
Octal101637702631134651427
Binary1000001110011111111010110111001011100110101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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