#41383F

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

Shades of Voodoo #41383F

Tints of Voodoo #41383F

Color information

#41383F (or 0x41383F) is unknown color: approx Voodoo. HEX triplet: 41, 38 and 3F. RGB value is (65,56,63). Sum of RGB (Red+Green+Blue) = 65+56+63=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 65 - color contains mainly: red. Hex color #41383F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41383F is #BEC7C0. Grayscale: #3B3B3B. Windows color (decimal): -12502977 or 4143169. OLE color: 4143169.

HSL color Cylindrical-coordinate representation of color #41383F: hue angle of 313.33º 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 #41383F is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB655663-
CMYK00.140.030.75
HSL313.33º7.44%23.73%-
HSV(B)313.33º13.85%25.49%-
XYZ4.494.315.3-
YUV59.49129.98131.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.33%
GREEN value IS 56 (22.27% from 255) = 30.43%
BLUE value IS 63 (25% from 255) = 34.24%
R=35.33%
G=30.43%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65566300.140.030.75313.337.4423.73
Hex41383F0E34B139718
Octal10170770163113471730
Binary10000011110001111110111011100101110011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41383F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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