#3D312A

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

Shades of Slugger #3D312A

Tints of Slugger #3D312A

Color information

#3D312A (or 0x3D312A) is unknown color: approx Slugger. HEX triplet: 3D, 31 and 2A. RGB value is (61,49,42). Sum of RGB (Red+Green+Blue) = 61+49+42=152 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.13% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 61 - color contains mainly: red. Hex color #3D312A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D312A is #C2CED5. Grayscale: #333333. Windows color (decimal): -12766934 or 2765117. OLE color: 2765117.

HSL color Cylindrical-coordinate representation of color #3D312A: hue angle of 22.11º degrees, saturation: 0.18, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3D312A is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.76.

Color convert

RGB614942-
CMYK00.200.310.76
HSL22.11º18.45%20.2%-
HSV(B)22.11º31.15%23.92%-
XYZ3.443.362.66-
YUV51.79122.48134.57-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 40.13%
GREEN value IS 49 (19.53% from 255) = 32.24%
BLUE value IS 42 (16.80% from 255) = 27.63%
R=40.13%
G=32.24%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61494200.200.310.7622.1118.4520.2
Hex3D312A0141F4C161214
Octal75615202437114262224
Binary111101110001101010010100111111001100101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D312A; }

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

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

<style>
 a { background-color: #3D312A; }

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

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

<style>
 span { border-color: #3D312A; }

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

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