Html Css Color HEX #383F44 Mirage

📋 copy color: '#383F44'

red 56 ◦ green 63 ◦ blue 68

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

Shades of Mirage #383F44

Tints of Mirage #383F44

RGB

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

 GREEN value IS 63 (25% from 255) = 33.69%

 BLUE value IS 68 (26.95% from 255) = 36.36%

R = 29.95%
G = 33.69%
B = 36.36%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#383F44 (or 0x383F44) is known color: Mirage. HEX triplet: 38, 3F and 44. RGB value is (56,63,68). Sum of RGB (Red+Green+Blue) = 56+63+68=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 68 - color contains mainly: blue. Hex color #383F44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383F44 is #C7C0BB. Grayscale: #3D3D3D. Windows color (decimal): -13091004 or 4472632. OLE color: 4472632.

HSL color Cylindrical-coordinate representation of color #383F44: hue angle of 205º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #383F44 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 63 68 -
CMYK 0.18 0.07 0 0.73
HSL 205º 0.1% 0.24% -
HSV(B) 205º 0.18% 0.27% -
XYZ 4.45 4.81 6.16 -
YUV 61.48 131.68 124.09 -
System Red Green Blue C M Y K H S L
Decimal 56 63 68 0.18 0.07 0 0.73 205 0.1 0.24
Hex 38 3F 44 12 7 0 49 CD A 18
Octal 70 77 104 22 7 0 111 315 12 30
Binary 111000 111111 1000100 10010 111 0 1001001 11001101 1010 11000

Color Harmonies of #383F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383F44

Black with #383F44

Text Example


Text Example

White with #383F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,63,68); }

 H1.HeaderClassName
 {
   color: #383F44;
 }
 .AnyTagClassName
 {
   color: #383F44;
 }
</style>

background-color css

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

 a { background-color: rgb(56,63,68); }

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

border-color css

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

 span { border-color: rgb(56,63,68); }

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