#423838

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

Shades of Eclipse #423838

Tints of Eclipse #423838

Color information

#423838 (or 0x423838) is unknown color: approx Eclipse. HEX triplet: 42, 38 and 38. RGB value is (66,56,56). Sum of RGB (Red+Green+Blue) = 66+56+56=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 56 (22.27% from 255 or 31.46% from 178); Blue value is 56 (22.27% from 255 or 31.46% from 178); Max value from RGB is 66 - color contains mainly: red. Hex color #423838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423838 is #BDC7C7. Grayscale: #3B3B3B. Windows color (decimal): -12437448 or 3684418. OLE color: 3684418.

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

Color convert

RGB665656-
CMYK00.150.150.74
HSL8.2%23.92%-
HSV(B)15.15%25.88%-
XYZ4.374.274.34-
YUV58.99126.31133-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.08%
GREEN value IS 56 (22.27% from 255) = 31.46%
BLUE value IS 56 (22.27% from 255) = 31.46%
R=37.08%
G=31.46%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66565600.150.150.7408.223.92
Hex4238380FF4A0818
Octal10270700171711201030
Binary100001011100011100001111111110010100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423838; }

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

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

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

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

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

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

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

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