Shades of Martinique #3A383D
Tints of Martinique #3A383D
RGB
CMYK
RGB Variations
Color information
#3A383D (or 0x3A383D) is known color: Martinique. HEX triplet: 3A, 38 and 3D. RGB value is (58,56,61). Sum of RGB (Red+Green+Blue) = 58+56+61=175 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.14% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 61 - color contains mainly: blue. Hex color #3A383D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A383D is #C5C7C2. Grayscale: #393939. Windows color (decimal): -12961731 or 4012090. OLE color: 4012090.
HSL color Cylindrical-coordinate representation of color #3A383D: hue angle of 264º degrees, saturation: 0.04, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #3A383D is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 56 | 61 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.76 |
| HSL | 264º | 0.04% | 0.23% | - |
| HSV(B) | 264º | 0.08% | 0.24% | - |
| XYZ | 4 | 4.06 | 4.99 | - |
| YUV | 57.17 | 130.16 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 56 | 61 | 0.05 | 0.08 | 0 | 0.76 | 264 | 0.04 | 0.23 |
| Hex | 3A | 38 | 3D | 5 | 8 | 0 | 4C | 108 | 4 | 17 |
| Octal | 72 | 70 | 75 | 5 | 10 | 0 | 114 | 410 | 4 | 27 |
| Binary | 111010 | 111000 | 111101 | 101 | 1000 | 0 | 1001100 | 100001000 | 100 | 10111 |
Color Harmonies of #3A383D
Complementary color
Monochromatic Colors of #3A383D
Black with #3A383D
Text Example
Text Example
White with #3A383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A383D; }
p { color: rgb(58,56,61); }
H1.HeaderClassName
{
color: #3A383D;
}
.AnyTagClassName
{
color: #3A383D;
}
</style>
background-color css
<style>
a { background-color: #3A383D; }
a { background-color: rgb(58,56,61); }
div.DivClassName
{
background-color: #3A383D;
}
.BgClassName
{
background-color: #3A383D;
}
</style>
border-color css
<style>
span { border-color: #3A383D; }
span { border-color: rgb(58,56,61); }
td.TdClassName
{
border-color: #3A383D;
}
.TagClassName
{
border-color: #3A383D;
}
</style>