#423C3C

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

Shades of Eclipse #423C3C

Tints of Eclipse #423C3C

Color information

#423C3C (or 0x423C3C) is unknown color: approx Eclipse. HEX triplet: 42, 3C and 3C. RGB value is (66,60,60). Sum of RGB (Red+Green+Blue) = 66+60+60=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 60 (23.83% from 255 or 32.26% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 66 - color contains mainly: red. Hex color #423C3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423C3C is #BDC3C3. Grayscale: #3D3D3D. Windows color (decimal): -12436420 or 3947586. OLE color: 3947586.

HSL color Cylindrical-coordinate representation of color #423C3C: hue angle of 0º degrees, saturation: 0.05, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #423C3C is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB666060-
CMYK00.090.090.74
HSL4.76%24.71%-
HSV(B)9.09%25.88%-
XYZ4.684.724.94-
YUV61.79126.99131-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.48%
GREEN value IS 60 (23.83% from 255) = 32.26%
BLUE value IS 60 (23.83% from 255) = 32.26%
R=35.48%
G=32.26%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66606000.090.090.7404.7624.71
Hex423C3C0994A0519
Octal1027474011111120531
Binary10000101111001111000100110011001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423C3C; }

 p { color: rgb(66,60,60); }

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

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

 a { background-color: rgb(66,60,60); }

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

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

 span { border-color: rgb(66,60,60); }

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