Html Css Color HEX #383440 Martinique

📋 copy color: '#383440'

red 56 ◦ green 52 ◦ blue 64

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

Shades of Martinique #383440

Tints of Martinique #383440

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.23%

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

R = 32.56%
G = 30.23%
B = 37.21%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#383440 (or 0x383440) is known color: Martinique. HEX triplet: 38, 34 and 40. RGB value is (56,52,64). Sum of RGB (Red+Green+Blue) = 56+52+64=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 64 - color contains mainly: blue. Hex color #383440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383440 is #C7CBBF. Grayscale: #363636. Windows color (decimal): -13093824 or 4207672. OLE color: 4207672.

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

Color convert

RGB 56 52 64 -
CMYK 0.13 0.19 0 0.75
HSL 260º 0.1% 0.23% -
HSV(B) 260º 0.19% 0.25% -
XYZ 3.78 3.67 5.36 -
YUV 54.56 133.33 129.02 -
System Red Green Blue C M Y K H S L
Decimal 56 52 64 0.13 0.19 0 0.75 260 0.1 0.23
Hex 38 34 40 D 13 0 4B 104 A 17
Octal 70 64 100 15 23 0 113 404 12 27
Binary 111000 110100 1000000 1101 10011 0 1001011 100000100 1010 10111

Color Harmonies of #383440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383440

Black with #383440

Text Example


Text Example

White with #383440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383440; }

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

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

background-color css

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

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

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

border-color css

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

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

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