#40312A

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

Shades of Slugger #40312A

Tints of Slugger #40312A

Color information

#40312A (or 0x40312A) is unknown color: approx Slugger. HEX triplet: 40, 31 and 2A. RGB value is (64,49,42). Sum of RGB (Red+Green+Blue) = 64+49+42=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 49 (19.53% from 255 or 31.61% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 64 - color contains mainly: red. Hex color #40312A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40312A is #BFCED5. Grayscale: #343434. Windows color (decimal): -12570326 or 2765120. OLE color: 2765120.

HSL color Cylindrical-coordinate representation of color #40312A: hue angle of 19.09º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #40312A is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB644942-
CMYK00.230.340.75
HSL19.09º20.75%20.78%-
HSV(B)19.09º34.38%25.1%-
XYZ3.633.452.67-
YUV52.69121.97136.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.29%
GREEN value IS 49 (19.53% from 255) = 31.61%
BLUE value IS 42 (16.80% from 255) = 27.10%
R=41.29%
G=31.61%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64494200.230.340.7519.0920.7520.78
Hex40312A017224B131515
Octal100615202742113232525
Binary10000001100011010100101111000101001011100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,49,42); }

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

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

 a { background-color: rgb(64,49,42); }

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

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

 span { border-color: rgb(64,49,42); }

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