Html Css Color HEX #383342 Martinique

📋 copy color: '#383342'

red 56 ◦ green 51 ◦ blue 66

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

Shades of Martinique #383342

Tints of Martinique #383342

RGB

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

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

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

R = 32.37%
G = 29.48%
B = 38.15%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#383342 (or 0x383342) is known color: Martinique. HEX triplet: 38, 33 and 42. RGB value is (56,51,66). Sum of RGB (Red+Green+Blue) = 56+51+66=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 66 - color contains mainly: blue. Hex color #383342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383342 is #C7CCBD. Grayscale: #363636. Windows color (decimal): -13094078 or 4338488. OLE color: 4338488.

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

Color convert

RGB 56 51 66 -
CMYK 0.15 0.23 0 0.74
HSL 260º 0.13% 0.23% -
HSV(B) 260º 0.23% 0.26% -
XYZ 3.8 3.6 5.65 -
YUV 54.21 134.66 129.28 -
System Red Green Blue C M Y K H S L
Decimal 56 51 66 0.15 0.23 0 0.74 260 0.13 0.23
Hex 38 33 42 F 17 0 4A 104 D 17
Octal 70 63 102 17 27 0 112 404 15 27
Binary 111000 110011 1000010 1111 10111 0 1001010 100000100 1101 10111

Color Harmonies of #383342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383342

Black with #383342

Text Example


Text Example

White with #383342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383342; }

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

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

background-color css

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

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

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

border-color css

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

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

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