#41303F

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

Shades of Voodoo #41303F

Tints of Voodoo #41303F

Color information

#41303F (or 0x41303F) is unknown color: approx Voodoo. HEX triplet: 41, 30 and 3F. RGB value is (65,48,63). Sum of RGB (Red+Green+Blue) = 65+48+63=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 65 - color contains mainly: red. Hex color #41303F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41303F is #BECFC0. Grayscale: #363636. Windows color (decimal): -12505025 or 4141121. OLE color: 4141121.

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

Color convert

RGB654863-
CMYK00.260.030.75
HSL307.06º15.04%22.16%-
HSV(B)307.06º26.15%25.49%-
XYZ4.133.65.18-
YUV54.79132.63135.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.93%
GREEN value IS 48 (19.14% from 255) = 27.27%
BLUE value IS 63 (25% from 255) = 35.80%
R=36.93%
G=27.27%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65486300.260.030.75307.0615.0422.16
Hex41303F01A34B133f16
Octal101607703231134631726
Binary1000001110000111111011010111001011100110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41303F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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