Html Css Color HEX #383346 Martinique

📋 copy color: '#383346'

red 56 ◦ green 51 ◦ blue 70

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

Shades of Martinique #383346

Tints of Martinique #383346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 39.55%

R = 31.64%
G = 28.81%
B = 39.55%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#383346 (or 0x383346) is known color: Martinique. HEX triplet: 38, 33 and 46. RGB value is (56,51,70). Sum of RGB (Red+Green+Blue) = 56+51+70=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 70 - color contains mainly: blue. Hex color #383346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383346 is #C7CCB9. Grayscale: #363636. Windows color (decimal): -13094074 or 4600632. OLE color: 4600632.

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

Color convert

RGB 56 51 70 -
CMYK 0.20 0.27 0 0.73
HSL 255.79º 0.16% 0.24% -
HSV(B) 255.79º 0.27% 0.27% -
XYZ 3.92 3.65 6.29 -
YUV 54.66 136.66 128.96 -
System Red Green Blue C M Y K H S L
Decimal 56 51 70 0.20 0.27 0 0.73 255.79 0.16 0.24
Hex 38 33 46 14 1B 0 49 100 10 18
Octal 70 63 106 24 33 0 111 400 20 30
Binary 111000 110011 1000110 10100 11011 0 1001001 100000000 10000 11000

Color Harmonies of #383346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383346

Black with #383346

Text Example


Text Example

White with #383346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383346; }

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

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

background-color css

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

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

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

border-color css

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

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

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