Html Css Color HEX #383048 Martinique

📋 copy color: '#383048'

red 56 ◦ green 48 ◦ blue 72

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

Shades of Martinique #383048

Tints of Martinique #383048

RGB

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

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

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

R = 31.82%
G = 27.27%
B = 40.91%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#383048 (or 0x383048) is known color: Martinique. HEX triplet: 38, 30 and 48. RGB value is (56,48,72). Sum of RGB (Red+Green+Blue) = 56+48+72=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 72 - color contains mainly: blue. Hex color #383048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383048 is #C7CFB7. Grayscale: #353535. Windows color (decimal): -13094840 or 4730936. OLE color: 4730936.

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

Color convert

RGB 56 48 72 -
CMYK 0.22 0.33 0 0.72
HSL 260º 0.2% 0.24% -
HSV(B) 260º 0.33% 0.28% -
XYZ 3.86 3.42 6.59 -
YUV 53.13 138.65 130.05 -
System Red Green Blue C M Y K H S L
Decimal 56 48 72 0.22 0.33 0 0.72 260 0.2 0.24
Hex 38 30 48 16 21 0 48 104 14 18
Octal 70 60 110 26 41 0 110 404 24 30
Binary 111000 110000 1001000 10110 100001 0 1001000 100000100 10100 11000

Color Harmonies of #383048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383048

Black with #383048

Text Example


Text Example

White with #383048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383048; }

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

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

background-color css

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

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

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

border-color css

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

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

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