#383D40

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

Shades of Mirage #383D40

Tints of Mirage #383D40

Color information

#383D40 (or 0x383D40) is unknown color: approx Mirage. HEX triplet: 38, 3D and 40. RGB value is (56,61,64). Sum of RGB (Red+Green+Blue) = 56+61+64=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 64 - color contains mainly: blue. Hex color #383D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383D40 is #C7C2BF. Grayscale: #3B3B3B. Windows color (decimal): -13091520 or 4209976. OLE color: 4209976.

HSL color Cylindrical-coordinate representation of color #383D40: hue angle of 202.5º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #383D40 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB566164-
CMYK0.130.0500.75
HSL202.5º6.67%23.53%-
HSV(B)202.5º12.5%25.1%-
XYZ4.234.555.51-
YUV59.85130.34125.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.94%
GREEN value IS 61 (24.22% from 255) = 33.70%
BLUE value IS 64 (25.39% from 255) = 35.36%
R=30.94%
G=33.70%
B=35.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5661640.130.0500.75202.56.6723.53
Hex383D40D504Bca718
Octal70751001550113312730
Binary11100011110110000001101101010010111100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383D40; }

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

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

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

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

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

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

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

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