Html Css Color HEX #383D40 Mirage

📋 copy color: '#383D40'

red 56 ◦ green 61 ◦ blue 64

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

Shades of Mirage #383D40

Tints of Mirage #383D40

RGB

 RED value IS 56 (22.27% from 255) = 30.94%

 GREEN value IS 61 (24.22% from 255) = 33.7%

 BLUE value IS 64 (25.39% from 255) = 35.36%

R = 30.94%
G = 33.7%
B = 35.36%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#383D40 (or 0x383D40) is known color: 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

RGB 56 61 64 -
CMYK 0.13 0.05 0 0.75
HSL 202.5º 0.07% 0.24% -
HSV(B) 202.5º 0.13% 0.25% -
XYZ 4.23 4.55 5.51 -
YUV 59.85 130.34 125.26 -
System Red Green Blue C M Y K H S L
Decimal 56 61 64 0.13 0.05 0 0.75 202.5 0.07 0.24
Hex 38 3D 40 D 5 0 4B CA 7 18
Octal 70 75 100 15 5 0 113 312 7 30
Binary 111000 111101 1000000 1101 101 0 1001011 11001010 111 11000

Color Harmonies of #383D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383D40

Black with #383D40

Text Example


Text Example

White with #383D40

Text Example


Text Example

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