#41383E

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

Shades of Voodoo #41383E

Tints of Voodoo #41383E

Color information

#41383E (or 0x41383E) is unknown color: approx Voodoo. HEX triplet: 41, 38 and 3E. RGB value is (65,56,62). Sum of RGB (Red+Green+Blue) = 65+56+62=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 62 (24.61% from 255 or 33.88% from 183); Max value from RGB is 65 - color contains mainly: red. Hex color #41383E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41383E is #BEC7C1. Grayscale: #3B3B3B. Windows color (decimal): -12502978 or 4077633. OLE color: 4077633.

HSL color Cylindrical-coordinate representation of color #41383E: hue angle of 320º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #41383E is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB655662-
CMYK00.140.050.75
HSL320º7.44%23.73%-
HSV(B)320º13.85%25.49%-
XYZ4.464.35.15-
YUV59.38129.48132.01-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.52%
GREEN value IS 56 (22.27% from 255) = 30.60%
BLUE value IS 62 (24.61% from 255) = 33.88%
R=35.52%
G=30.60%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65566200.140.050.753207.4423.73
Hex41383E0E54B140718
Octal10170760165113500730
Binary100000111100011111001110101100101110100000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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