#41283E

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

Shades of Voodoo #41283E

Tints of Voodoo #41283E

Color information

#41283E (or 0x41283E) is unknown color: approx Voodoo. HEX triplet: 41, 28 and 3E. RGB value is (65,40,62). Sum of RGB (Red+Green+Blue) = 65+40+62=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 62 (24.61% from 255 or 37.13% from 167); Max value from RGB is 65 - color contains mainly: red. Hex color #41283E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41283E is #BED7C1. Grayscale: #313131. Windows color (decimal): -12507074 or 4073537. OLE color: 4073537.

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

Color convert

RGB654062-
CMYK00.380.050.75
HSL307.2º23.81%20.59%-
HSV(B)307.2º38.46%25.49%-
XYZ3.812.994.93-
YUV49.98134.78138.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.92%
GREEN value IS 40 (16.02% from 255) = 23.95%
BLUE value IS 62 (24.61% from 255) = 37.13%
R=38.92%
G=23.95%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65406200.380.050.75307.223.8120.59
Hex41283E02654B1331815
Octal101507604651134633025
Binary1000001101000111110010011010110010111001100111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41283E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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