#40383E

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

Shades of Voodoo #40383E

Tints of Voodoo #40383E

Color information

#40383E (or 0x40383E) is unknown color: approx Voodoo. HEX triplet: 40, 38 and 3E. RGB value is (64,56,62). Sum of RGB (Red+Green+Blue) = 64+56+62=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 64 - color contains mainly: red. Hex color #40383E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40383E is #BFC7C1. Grayscale: #3B3B3B. Windows color (decimal): -12568514 or 4077632. OLE color: 4077632.

HSL color Cylindrical-coordinate representation of color #40383E: hue angle of 315º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #40383E is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB645662-
CMYK00.130.030.75
HSL315º6.67%23.53%-
HSV(B)315º12.5%25.1%-
XYZ4.44.275.15-
YUV59.08129.65131.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.16%
GREEN value IS 56 (22.27% from 255) = 30.77%
BLUE value IS 62 (24.61% from 255) = 34.07%
R=35.16%
G=30.77%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64566200.130.030.753156.6723.53
Hex40383E0D34B13b718
Octal10070760153113473730
Binary10000001110001111100110111100101110011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,56,62); }

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

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

 a { background-color: rgb(64,56,62); }

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

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

 span { border-color: rgb(64,56,62); }

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