#41283A

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

Shades of Voodoo #41283A

Tints of Voodoo #41283A

Color information

#41283A (or 0x41283A) is unknown color: approx Voodoo. HEX triplet: 41, 28 and 3A. RGB value is (65,40,58). Sum of RGB (Red+Green+Blue) = 65+40+58=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 65 - color contains mainly: red. Hex color #41283A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41283A is #BED7C5. Grayscale: #313131. Windows color (decimal): -12507078 or 3811393. OLE color: 3811393.

HSL color Cylindrical-coordinate representation of color #41283A: hue angle of 316.8º 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 #41283A is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB654058-
CMYK00.380.110.75
HSL316.8º23.81%20.59%-
HSV(B)316.8º38.46%25.49%-
XYZ3.72.954.38-
YUV49.53132.78139.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.88%
GREEN value IS 40 (16.02% from 255) = 24.54%
BLUE value IS 58 (23.05% from 255) = 35.58%
R=39.88%
G=24.54%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65405800.380.110.75316.823.8120.59
Hex41283A026B4B13d1815
Octal1015072046131134753025
Binary10000011010001110100100110101110010111001111011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41283A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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