#40283B

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

Shades of Voodoo #40283B

Tints of Voodoo #40283B

Color information

#40283B (or 0x40283B) is unknown color: approx Voodoo. HEX triplet: 40, 28 and 3B. RGB value is (64,40,59). Sum of RGB (Red+Green+Blue) = 64+40+59=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 64 - color contains mainly: red. Hex color #40283B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40283B is #BFD7C4. Grayscale: #313131. Windows color (decimal): -12572613 or 3876928. OLE color: 3876928.

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

Color convert

RGB644059-
CMYK00.380.080.75
HSL312.5º23.08%20.39%-
HSV(B)312.5º37.5%25.1%-
XYZ3.662.924.51-
YUV49.34133.45138.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.26%
GREEN value IS 40 (16.02% from 255) = 24.54%
BLUE value IS 59 (23.44% from 255) = 36.20%
R=39.26%
G=24.54%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64405900.380.080.75312.523.0820.39
Hex40283B02684B1381714
Octal1005073046101134702724
Binary10000001010001110110100110100010010111001110001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40283B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,40,59); }

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

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

 a { background-color: rgb(64,40,59); }

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

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

 span { border-color: rgb(64,40,59); }

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