#3B3838

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

Shades of Eclipse #3B3838

Tints of Eclipse #3B3838

Color information

#3B3838 (or 0x3B3838) is unknown color: approx Eclipse. HEX triplet: 3B, 38 and 38. RGB value is (59,56,56). Sum of RGB (Red+Green+Blue) = 59+56+56=171 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.50% from 171); Green value is 56 (22.27% from 255 or 32.75% from 171); Blue value is 56 (22.27% from 255 or 32.75% from 171); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3838 is #C4C7C7. Grayscale: #383838. Windows color (decimal): -12896200 or 3684411. OLE color: 3684411.

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

Color convert

RGB595656-
CMYK00.050.050.77
HSL2.61%22.55%-
HSV(B)5.08%23.14%-
XYZ3.934.044.31-
YUV56.9127.49129.5-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.50%
GREEN value IS 56 (22.27% from 255) = 32.75%
BLUE value IS 56 (22.27% from 255) = 32.75%
R=34.50%
G=32.75%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59565600.050.050.7702.6122.55
Hex3B38380554D0317
Octal7370700551150327
Binary1110111110001110000101101100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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