#41253B

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

Shades of Voodoo #41253B

Tints of Voodoo #41253B

Color information

#41253B (or 0x41253B) is unknown color: approx Voodoo. HEX triplet: 41, 25 and 3B. RGB value is (65,37,59). Sum of RGB (Red+Green+Blue) = 65+37+59=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 65 - color contains mainly: red. Hex color #41253B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41253B is #BEDAC4. Grayscale: #2F2F2F. Windows color (decimal): -12507845 or 3876161. OLE color: 3876161.

HSL color Cylindrical-coordinate representation of color #41253B: hue angle of 312.86º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #41253B is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB653759-
CMYK00.430.090.75
HSL312.86º27.45%20%-
HSV(B)312.86º43.08%25.49%-
XYZ3.632.764.48-
YUV47.88134.28140.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.37%
GREEN value IS 37 (14.84% from 255) = 22.98%
BLUE value IS 59 (23.44% from 255) = 36.65%
R=40.37%
G=22.98%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65375900.430.090.75312.8627.4520
Hex41253B02B94B1391b14
Octal1014573053111134713324
Binary10000011001011110110101011100110010111001110011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41253B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41253B; }

 p { color: rgb(65,37,59); }

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

<style>
 a { background-color: #41253B; }

 a { background-color: rgb(65,37,59); }

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

<style>
 span { border-color: #41253B; }

 span { border-color: rgb(65,37,59); }

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