Html Css Color HEX #383049 Martinique

📋 copy color: '#383049'

red 56 ◦ green 48 ◦ blue 73

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

Shades of Martinique #383049

Tints of Martinique #383049

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.12%

 BLUE value IS 73 (28.91% from 255) = 41.24%

R = 31.64%
G = 27.12%
B = 41.24%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#383049 (or 0x383049) is known color: Martinique. HEX triplet: 38, 30 and 49. RGB value is (56,48,73). Sum of RGB (Red+Green+Blue) = 56+48+73=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 73 - color contains mainly: blue. Hex color #383049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383049 is #C7CFB6. Grayscale: #353535. Windows color (decimal): -13094839 or 4796472. OLE color: 4796472.

HSL color Cylindrical-coordinate representation of color #383049: hue angle of 259.2º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #383049 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 48 73 -
CMYK 0.23 0.34 0 0.71
HSL 259.2º 0.21% 0.24% -
HSV(B) 259.2º 0.34% 0.29% -
XYZ 3.89 3.44 6.76 -
YUV 53.24 139.15 129.97 -
System Red Green Blue C M Y K H S L
Decimal 56 48 73 0.23 0.34 0 0.71 259.2 0.21 0.24
Hex 38 30 49 17 22 0 47 103 15 18
Octal 70 60 111 27 42 0 107 403 25 30
Binary 111000 110000 1001001 10111 100010 0 1000111 100000011 10101 11000

Color Harmonies of #383049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383049

Black with #383049

Text Example


Text Example

White with #383049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383049; }

 p { color: rgb(56,48,73); }

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

background-color css

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

 a { background-color: rgb(56,48,73); }

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

border-color css

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

 span { border-color: rgb(56,48,73); }

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