#413939

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

Shades of Eclipse #413939

Tints of Eclipse #413939

Color information

#413939 (or 0x413939) is unknown color: approx Eclipse. HEX triplet: 41, 39 and 39. RGB value is (65,57,57). Sum of RGB (Red+Green+Blue) = 65+57+57=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 57 (22.66% from 255 or 31.84% from 179); Blue value is 57 (22.66% from 255 or 31.84% from 179); Max value from RGB is 65 - color contains mainly: red. Hex color #413939 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413939 is #BEC6C6. Grayscale: #3B3B3B. Windows color (decimal): -12502727 or 3750209. OLE color: 3750209.

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

Color convert

RGB655757-
CMYK00.120.120.75
HSL6.56%23.92%-
HSV(B)12.31%25.49%-
XYZ4.384.354.48-
YUV59.39126.65132-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.31%
GREEN value IS 57 (22.66% from 255) = 31.84%
BLUE value IS 57 (22.66% from 255) = 31.84%
R=36.31%
G=31.84%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65575700.120.120.7506.5623.92
Hex4139390CC4B0718
Octal1017171014141130730
Binary10000011110011110010110011001001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413939; }

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

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

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

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

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

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

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

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