#413838

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

Shades of Eclipse #413838

Tints of Eclipse #413838

Color information

#413838 (or 0x413838) is unknown color: approx Eclipse. HEX triplet: 41, 38 and 38. RGB value is (65,56,56). Sum of RGB (Red+Green+Blue) = 65+56+56=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 56 (22.27% from 255 or 31.64% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 65 - color contains mainly: red. Hex color #413838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413838 is #BEC7C7. Grayscale: #3A3A3A. Windows color (decimal): -12502984 or 3684417. OLE color: 3684417.

HSL color Cylindrical-coordinate representation of color #413838: 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.14%. Process color model (Four color, CMYK) of #413838 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB655656-
CMYK00.140.140.75
HSL7.44%23.73%-
HSV(B)13.85%25.49%-
XYZ4.314.244.33-
YUV58.69126.48132.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.72%
GREEN value IS 56 (22.27% from 255) = 31.64%
BLUE value IS 56 (22.27% from 255) = 31.64%
R=36.72%
G=31.64%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65565600.140.140.7507.4423.73
Hex4138380EE4B0718
Octal1017070016161130730
Binary10000011110001110000111011101001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413838; }

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

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

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

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

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

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

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

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