Html Css Color HEX #40383F Voodoo

📋 copy color: '#40383F'

red 64 ◦ green 56 ◦ blue 63

#40383F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Voodoo #40383F

Tints of Voodoo #40383F

RGB

 RED value IS 64 (25.39% from 255) = 34.97%

 GREEN value IS 56 (22.27% from 255) = 30.6%

 BLUE value IS 63 (25% from 255) = 34.43%

R = 34.97%
G = 30.6%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#40383F (or 0x40383F) is known color: Voodoo. HEX triplet: 40, 38 and 3F. RGB value is (64,56,63). Sum of RGB (Red+Green+Blue) = 64+56+63=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 64 - color contains mainly: red. Hex color #40383F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40383F is #BFC7C0. Grayscale: #3B3B3B. Windows color (decimal): -12568513 or 4143168. OLE color: 4143168.

HSL color Cylindrical-coordinate representation of color #40383F: hue angle of 307.5º 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 #40383F is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 56 63 -
CMYK 0 0.13 0.02 0.75
HSL 307.5º 0.07% 0.24% -
HSV(B) 307.5º 0.13% 0.25% -
XYZ 4.43 4.28 5.29 -
YUV 59.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 64 56 63 0 0.13 0.02 0.75 307.5 0.07 0.24
Hex 40 38 3F 0 D 2 4B 134 7 18
Octal 100 70 77 0 15 2 113 464 7 30
Binary 1000000 111000 111111 0 1101 10 1001011 100110100 111 11000

Color Harmonies of #40383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40383F

Black with #40383F

Text Example


Text Example

White with #40383F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40383F;
 }
 .AnyTagClassName
 {
   color: #40383F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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