Html Css Color HEX #383349 Martinique

📋 copy color: '#383349'

red 56 ◦ green 51 ◦ blue 73

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

Shades of Martinique #383349

Tints of Martinique #383349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 40.56%

R = 31.11%
G = 28.33%
B = 40.56%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#383349 (or 0x383349) is known color: Martinique. HEX triplet: 38, 33 and 49. RGB value is (56,51,73). Sum of RGB (Red+Green+Blue) = 56+51+73=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 73 - color contains mainly: blue. Hex color #383349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383349 is #C7CCB6. Grayscale: #363636. Windows color (decimal): -13094071 or 4797240. OLE color: 4797240.

HSL color Cylindrical-coordinate representation of color #383349: hue angle of 253.64º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #383349 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 51 73 -
CMYK 0.23 0.30 0 0.71
HSL 253.64º 0.18% 0.24% -
HSV(B) 253.64º 0.3% 0.29% -
XYZ 4.02 3.69 6.8 -
YUV 55 138.16 128.71 -
System Red Green Blue C M Y K H S L
Decimal 56 51 73 0.23 0.30 0 0.71 253.64 0.18 0.24
Hex 38 33 49 17 1E 0 47 FE 12 18
Octal 70 63 111 27 36 0 107 376 22 30
Binary 111000 110011 1001001 10111 11110 0 1000111 11111110 10010 11000

Color Harmonies of #383349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383349

Black with #383349

Text Example


Text Example

White with #383349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383349; }

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

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

background-color css

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

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

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

border-color css

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

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

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