Html Css Color HEX #383348 Martinique

📋 copy color: '#383348'

red 56 ◦ green 51 ◦ blue 72

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

Shades of Martinique #383348

Tints of Martinique #383348

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.49%

 BLUE value IS 72 (28.52% from 255) = 40.22%

R = 31.28%
G = 28.49%
B = 40.22%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#383348 (or 0x383348) is known color: Martinique. HEX triplet: 38, 33 and 48. RGB value is (56,51,72). Sum of RGB (Red+Green+Blue) = 56+51+72=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 72 (28.52% from 255 or 40.22% from 179); Max value from RGB is 72 - color contains mainly: blue. Hex color #383348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383348 is #C7CCB7. Grayscale: #363636. Windows color (decimal): -13094072 or 4731704. OLE color: 4731704.

HSL color Cylindrical-coordinate representation of color #383348: hue angle of 254.29º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #383348 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 51 72 -
CMYK 0.22 0.29 0 0.72
HSL 254.29º 0.17% 0.24% -
HSV(B) 254.29º 0.29% 0.28% -
XYZ 3.98 3.68 6.63 -
YUV 54.89 137.66 128.79 -
System Red Green Blue C M Y K H S L
Decimal 56 51 72 0.22 0.29 0 0.72 254.29 0.17 0.24
Hex 38 33 48 16 1D 0 48 FE 11 18
Octal 70 63 110 26 35 0 110 376 21 30
Binary 111000 110011 1001000 10110 11101 0 1001000 11111110 10001 11000

Color Harmonies of #383348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383348

Black with #383348

Text Example


Text Example

White with #383348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383348; }

 p { color: rgb(56,51,72); }

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

background-color css

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

 a { background-color: rgb(56,51,72); }

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

border-color css

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

 span { border-color: rgb(56,51,72); }

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