#413A3A

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

Shades of Eclipse #413A3A

Tints of Eclipse #413A3A

Color information

#413A3A (or 0x413A3A) is unknown color: approx Eclipse. HEX triplet: 41, 3A and 3A. RGB value is (65,58,58). Sum of RGB (Red+Green+Blue) = 65+58+58=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 58 (23.05% from 255 or 32.04% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 65 - color contains mainly: red. Hex color #413A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A3A is #BEC5C5. Grayscale: #3C3C3C. Windows color (decimal): -12502470 or 3816001. OLE color: 3816001.

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

Color convert

RGB655858-
CMYK00.110.110.75
HSL5.69%24.12%-
HSV(B)10.77%25.49%-
XYZ4.464.464.63-
YUV60.09126.82131.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.91%
GREEN value IS 58 (23.05% from 255) = 32.04%
BLUE value IS 58 (23.05% from 255) = 32.04%
R=35.91%
G=32.04%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65585800.110.110.7505.6924.12
Hex413A3A0BB4B0618
Octal1017272013131130630
Binary10000011110101110100101110111001011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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