Html Css Color HEX #38314B Martinique

📋 copy color: '#38314B'

red 56 ◦ green 49 ◦ blue 75

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

Shades of Martinique #38314B

Tints of Martinique #38314B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 41.67%

R = 31.11%
G = 27.22%
B = 41.67%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#38314B (or 0x38314B) is known color: Martinique. HEX triplet: 38, 31 and 4B. RGB value is (56,49,75). Sum of RGB (Red+Green+Blue) = 56+49+75=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 75 - color contains mainly: blue. Hex color #38314B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38314B is #C7CEB4. Grayscale: #353535. Windows color (decimal): -13094581 or 4927800. OLE color: 4927800.

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

Color convert

RGB 56 49 75 -
CMYK 0.25 0.35 0 0.71
HSL 256.15º 0.21% 0.24% -
HSV(B) 256.15º 0.35% 0.29% -
XYZ 4 3.55 7.13 -
YUV 54.06 139.82 129.39 -
System Red Green Blue C M Y K H S L
Decimal 56 49 75 0.25 0.35 0 0.71 256.15 0.21 0.24
Hex 38 31 4B 19 23 0 47 100 15 18
Octal 70 61 113 31 43 0 107 400 25 30
Binary 111000 110001 1001011 11001 100011 0 1000111 100000000 10101 11000

Color Harmonies of #38314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38314B

Black with #38314B

Text Example


Text Example

White with #38314B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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