Html Css Color HEX #383142 Martinique

📋 copy color: '#383142'

red 56 ◦ green 49 ◦ blue 66

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

Shades of Martinique #383142

Tints of Martinique #383142

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.65%

 BLUE value IS 66 (26.17% from 255) = 38.6%

R = 32.75%
G = 28.65%
B = 38.6%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#383142 (or 0x383142) is known color: Martinique. HEX triplet: 38, 31 and 42. RGB value is (56,49,66). Sum of RGB (Red+Green+Blue) = 56+49+66=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 66 (26.17% from 255 or 38.60% from 171); Max value from RGB is 66 - color contains mainly: blue. Hex color #383142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383142 is #C7CEBD. Grayscale: #343434. Windows color (decimal): -13094590 or 4337976. OLE color: 4337976.

HSL color Cylindrical-coordinate representation of color #383142: hue angle of 264.71º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #383142 is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 49 66 -
CMYK 0.15 0.26 0 0.74
HSL 264.71º 0.15% 0.23% -
HSV(B) 264.71º 0.26% 0.26% -
XYZ 3.71 3.43 5.62 -
YUV 53.03 135.32 130.12 -
System Red Green Blue C M Y K H S L
Decimal 56 49 66 0.15 0.26 0 0.74 264.71 0.15 0.23
Hex 38 31 42 F 1A 0 4A 109 F 17
Octal 70 61 102 17 32 0 112 411 17 27
Binary 111000 110001 1000010 1111 11010 0 1001010 100001001 1111 10111

Color Harmonies of #383142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383142

Black with #383142

Text Example


Text Example

White with #383142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383142; }

 p { color: rgb(56,49,66); }

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

background-color css

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

 a { background-color: rgb(56,49,66); }

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

border-color css

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

 span { border-color: rgb(56,49,66); }

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