#403B3B

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

Shades of Eclipse #403B3B

Tints of Eclipse #403B3B

Color information

#403B3B (or 0x403B3B) is unknown color: approx Eclipse. HEX triplet: 40, 3B and 3B. RGB value is (64,59,59). Sum of RGB (Red+Green+Blue) = 64+59+59=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 59 (23.44% from 255 or 32.42% from 182); Blue value is 59 (23.44% from 255 or 32.42% from 182); Max value from RGB is 64 - color contains mainly: red. Hex color #403B3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B3B is #BFC4C4. Grayscale: #3C3C3C. Windows color (decimal): -12567749 or 3881792. OLE color: 3881792.

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

Color convert

RGB645959-
CMYK00.080.080.75
HSL4.07%24.12%-
HSV(B)7.81%25.1%-
XYZ4.474.534.78-
YUV60.49127.16130.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.16%
GREEN value IS 59 (23.44% from 255) = 32.42%
BLUE value IS 59 (23.44% from 255) = 32.42%
R=35.16%
G=32.42%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64595900.080.080.7504.0724.12
Hex403B3B0884B0418
Octal1007373010101130430
Binary10000001110111110110100010001001011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403B3B; }

 p { color: rgb(64,59,59); }

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

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

 a { background-color: rgb(64,59,59); }

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

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

 span { border-color: rgb(64,59,59); }

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