#3C3838

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

Shades of Eclipse #3C3838

Tints of Eclipse #3C3838

Color information

#3C3838 (or 0x3C3838) is unknown color: approx Eclipse. HEX triplet: 3C, 38 and 38. RGB value is (60,56,56). Sum of RGB (Red+Green+Blue) = 60+56+56=172 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.88% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 56 (22.27% from 255 or 32.56% from 172); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3838 is #C3C7C7. Grayscale: #393939. Windows color (decimal): -12830664 or 3684412. OLE color: 3684412.

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

Color convert

RGB605656-
CMYK00.070.070.76
HSL3.45%22.75%-
HSV(B)6.67%23.53%-
XYZ3.994.074.32-
YUV57.2127.33130-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.88%
GREEN value IS 56 (22.27% from 255) = 32.56%
BLUE value IS 56 (22.27% from 255) = 32.56%
R=34.88%
G=32.56%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60565600.070.070.7603.4522.75
Hex3C38380774C0317
Octal7470700771140327
Binary1111001110001110000111111100110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,56,56); }

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

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

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

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

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

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

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