Html Css Color HEX #38314A Martinique

📋 copy color: '#38314A'

red 56 ◦ green 49 ◦ blue 74

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

Shades of Martinique #38314A

Tints of Martinique #38314A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.37%

 BLUE value IS 74 (29.3% from 255) = 41.34%

R = 31.28%
G = 27.37%
B = 41.34%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#38314A (or 0x38314A) is known color: Martinique. HEX triplet: 38, 31 and 4A. RGB value is (56,49,74). Sum of RGB (Red+Green+Blue) = 56+49+74=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 74 (29.30% from 255 or 41.34% from 179); Max value from RGB is 74 - color contains mainly: blue. Hex color #38314A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38314A is #C7CEB5. Grayscale: #353535. Windows color (decimal): -13094582 or 4862264. OLE color: 4862264.

HSL color Cylindrical-coordinate representation of color #38314A: hue angle of 256.8º degrees, saturation: 0.2, 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 #38314A is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 49 74 -
CMYK 0.24 0.34 0 0.71
HSL 256.8º 0.2% 0.24% -
HSV(B) 256.8º 0.34% 0.29% -
XYZ 3.97 3.53 6.95 -
YUV 53.94 139.32 129.47 -
System Red Green Blue C M Y K H S L
Decimal 56 49 74 0.24 0.34 0 0.71 256.8 0.2 0.24
Hex 38 31 4A 18 22 0 47 101 14 18
Octal 70 61 112 30 42 0 107 401 24 30
Binary 111000 110001 1001010 11000 100010 0 1000111 100000001 10100 11000

Color Harmonies of #38314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38314A

Black with #38314A

Text Example


Text Example

White with #38314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38314A; }

 p { color: rgb(56,49,74); }

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

background-color css

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

 a { background-color: rgb(56,49,74); }

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

border-color css

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

 span { border-color: rgb(56,49,74); }

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