Html Css Color HEX #383448 Martinique

📋 copy color: '#383448'

red 56 ◦ green 52 ◦ blue 72

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

Shades of Martinique #383448

Tints of Martinique #383448

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.89%

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

R = 31.11%
G = 28.89%
B = 40%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#383448 (or 0x383448) is known color: Martinique. HEX triplet: 38, 34 and 48. RGB value is (56,52,72). Sum of RGB (Red+Green+Blue) = 56+52+72=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 72 - color contains mainly: blue. Hex color #383448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383448 is #C7CBB7. Grayscale: #373737. Windows color (decimal): -13093816 or 4731960. OLE color: 4731960.

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

Color convert

RGB 56 52 72 -
CMYK 0.22 0.28 0 0.72
HSL 252º 0.16% 0.24% -
HSV(B) 252º 0.28% 0.28% -
XYZ 4.03 3.76 6.65 -
YUV 55.48 137.33 128.37 -
System Red Green Blue C M Y K H S L
Decimal 56 52 72 0.22 0.28 0 0.72 252 0.16 0.24
Hex 38 34 48 16 1C 0 48 FC 10 18
Octal 70 64 110 26 34 0 110 374 20 30
Binary 111000 110100 1001000 10110 11100 0 1001000 11111100 10000 11000

Color Harmonies of #383448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383448

Black with #383448

Text Example


Text Example

White with #383448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383448; }

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

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

background-color css

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

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

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

border-color css

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

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

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