#41333E

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

Shades of Voodoo #41333E

Tints of Voodoo #41333E

Color information

#41333E (or 0x41333E) is unknown color: approx Voodoo. HEX triplet: 41, 33 and 3E. RGB value is (65,51,62). Sum of RGB (Red+Green+Blue) = 65+51+62=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 62 (24.61% from 255 or 34.83% from 178); Max value from RGB is 65 - color contains mainly: red. Hex color #41333E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41333E is #BECCC1. Grayscale: #383838. Windows color (decimal): -12504258 or 4076353. OLE color: 4076353.

HSL color Cylindrical-coordinate representation of color #41333E: hue angle of 312.86º 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 #41333E is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB655162-
CMYK00.220.050.75
HSL312.86º12.07%22.75%-
HSV(B)312.86º21.54%25.49%-
XYZ4.233.845.08-
YUV56.44131.14134.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.52%
GREEN value IS 51 (20.31% from 255) = 28.65%
BLUE value IS 62 (24.61% from 255) = 34.83%
R=36.52%
G=28.65%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65516200.220.050.75312.8612.0722.75
Hex41333E01654B139c17
Octal101637602651134711427
Binary10000011100111111100101101011001011100111001110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41333E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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