Html Css Color HEX #383540 Martinique

📋 copy color: '#383540'

red 56 ◦ green 53 ◦ blue 64

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

Shades of Martinique #383540

Tints of Martinique #383540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.64%

 BLUE value IS 64 (25.39% from 255) = 36.99%

R = 32.37%
G = 30.64%
B = 36.99%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#383540 (or 0x383540) is known color: Martinique. HEX triplet: 38, 35 and 40. RGB value is (56,53,64). Sum of RGB (Red+Green+Blue) = 56+53+64=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 64 - color contains mainly: blue. Hex color #383540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383540 is #C7CABF. Grayscale: #373737. Windows color (decimal): -13093568 or 4207928. OLE color: 4207928.

HSL color Cylindrical-coordinate representation of color #383540: hue angle of 256.36º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #383540 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 53 64 -
CMYK 0.13 0.17 0 0.75
HSL 256.36º 0.09% 0.23% -
HSV(B) 256.36º 0.17% 0.25% -
XYZ 3.83 3.76 5.37 -
YUV 55.15 132.99 128.61 -
System Red Green Blue C M Y K H S L
Decimal 56 53 64 0.13 0.17 0 0.75 256.36 0.09 0.23
Hex 38 35 40 D 11 0 4B 100 9 17
Octal 70 65 100 15 21 0 113 400 11 27
Binary 111000 110101 1000000 1101 10001 0 1001011 100000000 1001 10111

Color Harmonies of #383540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383540

Black with #383540

Text Example


Text Example

White with #383540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383540; }

 p { color: rgb(56,53,64); }

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

background-color css

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

 a { background-color: rgb(56,53,64); }

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

border-color css

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

 span { border-color: rgb(56,53,64); }

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