Html Css Color HEX #383248 Martinique

📋 copy color: '#383248'

red 56 ◦ green 50 ◦ blue 72

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

Shades of Martinique #383248

Tints of Martinique #383248

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.09%

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

R = 31.46%
G = 28.09%
B = 40.45%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#383248 (or 0x383248) is known color: Martinique. HEX triplet: 38, 32 and 48. RGB value is (56,50,72). Sum of RGB (Red+Green+Blue) = 56+50+72=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 72 - color contains mainly: blue. Hex color #383248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383248 is #C7CDB7. Grayscale: #363636. Windows color (decimal): -13094328 or 4731448. OLE color: 4731448.

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

Color convert

RGB 56 50 72 -
CMYK 0.22 0.31 0 0.72
HSL 256.36º 0.18% 0.24% -
HSV(B) 256.36º 0.31% 0.28% -
XYZ 3.94 3.59 6.62 -
YUV 54.3 137.99 129.21 -
System Red Green Blue C M Y K H S L
Decimal 56 50 72 0.22 0.31 0 0.72 256.36 0.18 0.24
Hex 38 32 48 16 1F 0 48 100 12 18
Octal 70 62 110 26 37 0 110 400 22 30
Binary 111000 110010 1001000 10110 11111 0 1001000 100000000 10010 11000

Color Harmonies of #383248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383248

Black with #383248

Text Example


Text Example

White with #383248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383248; }

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

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

background-color css

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

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

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

border-color css

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

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

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