#3C302B

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

Shades of Slugger #3C302B

Tints of Slugger #3C302B

Color information

#3C302B (or 0x3C302B) is unknown color: approx Slugger. HEX triplet: 3C, 30 and 2B. RGB value is (60,48,43). Sum of RGB (Red+Green+Blue) = 60+48+43=151 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.74% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 60 - color contains mainly: red. Hex color #3C302B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C302B is #C3CFD4. Grayscale: #333333. Windows color (decimal): -12832725 or 2830396. OLE color: 2830396.

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

Color convert

RGB604843-
CMYK00.200.280.76
HSL17.65º16.5%20.2%-
HSV(B)17.65º28.33%23.53%-
XYZ3.363.252.74-
YUV51.02123.48134.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 39.74%
GREEN value IS 48 (19.14% from 255) = 31.79%
BLUE value IS 43 (17.19% from 255) = 28.48%
R=39.74%
G=31.79%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60484300.200.280.7617.6516.520.2
Hex3C302B0141C4C121114
Octal74605302434114222124
Binary111100110000101011010100111001001100100101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,48,43); }

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

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

 a { background-color: rgb(60,48,43); }

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

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

 span { border-color: rgb(60,48,43); }

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