#413535

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

Shades of Eclipse #413535

Tints of Eclipse #413535

Color information

#413535 (or 0x413535) is unknown color: approx Eclipse. HEX triplet: 41, 35 and 35. RGB value is (65,53,53). Sum of RGB (Red+Green+Blue) = 65+53+53=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 53 (21.09% from 255 or 30.99% from 171); Max value from RGB is 65 - color contains mainly: red. Hex color #413535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413535 is #BECACA. Grayscale: #383838. Windows color (decimal): -12503755 or 3487041. OLE color: 3487041.

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

Color convert

RGB655353-
CMYK00.180.180.75
HSL10.17%23.14%-
HSV(B)18.46%25.49%-
XYZ4.13.933.91-
YUV56.59125.98134-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.01%
GREEN value IS 53 (21.09% from 255) = 30.99%
BLUE value IS 53 (21.09% from 255) = 30.99%
R=38.01%
G=30.99%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65535300.180.180.75010.1723.14
Hex413535012124B0a17
Octal10165650222211301227
Binary10000011101011101010100101001010010110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413535; }

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

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

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

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

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

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

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

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