#40303B

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

Shades of Voodoo #40303B

Tints of Voodoo #40303B

Color information

#40303B (or 0x40303B) is unknown color: approx Voodoo. HEX triplet: 40, 30 and 3B. RGB value is (64,48,59). Sum of RGB (Red+Green+Blue) = 64+48+59=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 64 - color contains mainly: red. Hex color #40303B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40303B is #BFCFC4. Grayscale: #363636. Windows color (decimal): -12570565 or 3878976. OLE color: 3878976.

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

Color convert

RGB644859-
CMYK00.250.080.75
HSL318.75º14.29%21.96%-
HSV(B)318.75º25%25.1%-
XYZ3.963.524.61-
YUV54.04130.8135.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.43%
GREEN value IS 48 (19.14% from 255) = 28.07%
BLUE value IS 59 (23.44% from 255) = 34.50%
R=37.43%
G=28.07%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64485900.250.080.75318.7514.2921.96
Hex40303B01984B13fe16
Octal1006073031101134771626
Binary100000011000011101101100110001001011100111111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40303B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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