#384146

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

Shades of Mirage #384146

Tints of Mirage #384146

Color information

#384146 (or 0x384146) is unknown color: approx Mirage. HEX triplet: 38, 41 and 46. RGB value is (56,65,70). Sum of RGB (Red+Green+Blue) = 56+65+70=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 70 - color contains mainly: blue. Hex color #384146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384146 is #C7BEB9. Grayscale: #3E3E3E. Windows color (decimal): -13090490 or 4604216. OLE color: 4604216.

HSL color Cylindrical-coordinate representation of color #384146: hue angle of 201.43º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #384146 is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB566570-
CMYK0.200.0700.73
HSL201.43º11.11%24.71%-
HSV(B)201.43º20%27.45%-
XYZ4.635.066.53-
YUV62.88132.02123.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.32%
GREEN value IS 65 (25.78% from 255) = 34.03%
BLUE value IS 70 (27.73% from 255) = 36.65%
R=29.32%
G=34.03%
B=36.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5665700.200.0700.73201.4311.1124.71
Hex384146147049c9b19
Octal7010110624701113111331
Binary11100010000011000110101001110100100111001001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384146; }

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

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

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

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

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

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

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

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