#413F3F

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

Shades of Eclipse #413F3F

Tints of Eclipse #413F3F

Color information

#413F3F (or 0x413F3F) is unknown color: approx Eclipse. HEX triplet: 41, 3F and 3F. RGB value is (65,63,63). Sum of RGB (Red+Green+Blue) = 65+63+63=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 65 - color contains mainly: red. Hex color #413F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413F3F is #BEC0C0. Grayscale: #3F3F3F. Windows color (decimal): -12501185 or 4144961. OLE color: 4144961.

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

Color convert

RGB656363-
CMYK00.030.030.75
HSL1.56%25.1%-
HSV(B)3.08%25.49%-
XYZ4.855.045.42-
YUV63.6127.66129-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.03%
GREEN value IS 63 (25% from 255) = 32.98%
BLUE value IS 63 (25% from 255) = 32.98%
R=34.03%
G=32.98%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65636300.030.030.7501.5625.1
Hex413F3F0334B0219
Octal10177770331130231
Binary100000111111111111101111100101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413F3F; }

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

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

<style>
 a { background-color: #413F3F; }

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

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

<style>
 span { border-color: #413F3F; }

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

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