#40312B

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

Shades of Slugger #40312B

Tints of Slugger #40312B

Color information

#40312B (or 0x40312B) is unknown color: approx Slugger. HEX triplet: 40, 31 and 2B. RGB value is (64,49,43). Sum of RGB (Red+Green+Blue) = 64+49+43=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 64 - color contains mainly: red. Hex color #40312B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40312B is #BFCED4. Grayscale: #343434. Windows color (decimal): -12570325 or 2830656. OLE color: 2830656.

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

Color convert

RGB644943-
CMYK00.230.330.75
HSL17.14º19.63%20.98%-
HSV(B)17.14º32.81%25.1%-
XYZ3.653.462.76-
YUV52.8122.47135.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.03%
GREEN value IS 49 (19.53% from 255) = 31.41%
BLUE value IS 43 (17.19% from 255) = 27.56%
R=41.03%
G=31.41%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64494300.230.330.7517.1419.6320.98
Hex40312B017214B111415
Octal100615302741113212425
Binary10000001100011010110101111000011001011100011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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