#383838

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

Shades of Eclipse #383838

Tints of Eclipse #383838

Color information

#383838 (or 0x383838) is unknown color: approx Eclipse. HEX triplet: 38, 38 and 38. RGB value is (56,56,56). Sum of RGB (Red+Green+Blue) = 56+56+56=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 56 (22.27% from 255 or 33.33% from 168); Blue value is 56 (22.27% from 255 or 33.33% from 168); Max value from RGB is 56 - color contains mainly: red, green, blue. Hex color #383838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383838 is #C7C7C7. Grayscale: #383838. Windows color (decimal): -13092808 or 3684408. OLE color: 3684408.

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

Color convert

RGB565656-
CMYK0000.78
HSL0%21.96%-
HSV(B)0%21.96%-
XYZ3.763.954.31-
YUV56128128-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.33%
GREEN value IS 56 (22.27% from 255) = 33.33%
BLUE value IS 56 (22.27% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5656560000.780021.96
Hex3838380004E0016
Octal7070700001160026
Binary11100011100011100000010011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383838; }

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

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

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

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

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

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

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

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