#384247

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

Shades of Mirage #384247

Tints of Mirage #384247

Color information

#384247 (or 0x384247) is unknown color: approx Mirage. HEX triplet: 38, 42 and 47. RGB value is (56,66,71). Sum of RGB (Red+Green+Blue) = 56+66+71=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 71 - color contains mainly: blue. Hex color #384247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384247 is #C7BDB8. Grayscale: #3F3F3F. Windows color (decimal): -13090233 or 4670008. OLE color: 4670008.

HSL color Cylindrical-coordinate representation of color #384247: hue angle of 200º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #384247 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB566671-
CMYK0.210.0700.72
HSL200º11.81%24.9%-
HSV(B)200º21.13%27.84%-
XYZ4.725.196.71-
YUV63.58132.19122.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.02%
GREEN value IS 66 (26.17% from 255) = 34.20%
BLUE value IS 71 (28.12% from 255) = 36.79%
R=29.02%
G=34.20%
B=36.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5666710.210.0700.7220011.8124.9
Hex384247157048c8c19
Octal7010210725701103101431
Binary11100010000101000111101011110100100011001000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384247; }

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

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

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

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

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

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

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

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