#3F3232

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

Shades of Eclipse #3F3232

Tints of Eclipse #3F3232

Color information

#3F3232 (or 0x3F3232) is unknown color: approx Eclipse. HEX triplet: 3F, 32 and 32. RGB value is (63,50,50). Sum of RGB (Red+Green+Blue) = 63+50+50=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3232 is #C0CDCD. Grayscale: #353535. Windows color (decimal): -12635598 or 3289663. OLE color: 3289663.

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

Color convert

RGB635050-
CMYK00.210.210.75
HSL11.5%22.16%-
HSV(B)20.63%24.71%-
XYZ3.773.573.51-
YUV53.89125.81134.5-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.65%
GREEN value IS 50 (19.92% from 255) = 30.67%
BLUE value IS 50 (19.92% from 255) = 30.67%
R=38.65%
G=30.67%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63505000.210.210.75011.522.16
Hex3F3232015154B0c16
Octal7762620252511301426
Binary1111111100101100100101011010110010110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,50,50); }

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

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

 a { background-color: rgb(63,50,50); }

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

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

 span { border-color: rgb(63,50,50); }

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