Html Css Color HEX #384146 Mirage

📋 copy color: '#384146'

red 56 ◦ green 65 ◦ blue 70

#384146
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mirage #384146

Tints of Mirage #384146

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 value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#384146 (or 0x384146) is known color: 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

RGB 56 65 70 -
CMYK 0.20 0.07 0 0.73
HSL 201.43º 0.11% 0.25% -
HSV(B) 201.43º 0.2% 0.27% -
XYZ 4.63 5.06 6.53 -
YUV 62.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 56 65 70 0.20 0.07 0 0.73 201.43 0.11 0.25
Hex 38 41 46 14 7 0 49 C9 B 19
Octal 70 101 106 24 7 0 111 311 13 31
Binary 111000 1000001 1000110 10100 111 0 1001001 11001001 1011 11001

Color Harmonies of #384146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384146

Black with #384146

Text Example


Text Example

White with #384146

Text Example


Text Example

HTML Codes & Css Web 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>