Shades of Minsk #43376F
Tints of Minsk #43376F
RGB
CMYK
RGB Variations
Color information
#43376F (or 0x43376F) is known color: Minsk. HEX triplet: 43, 37 and 6F. RGB value is (67,55,111). Sum of RGB (Red+Green+Blue) = 67+55+111=233 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.76% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 111 (43.75% from 255 or 47.64% from 233); Max value from RGB is 111 - color contains mainly: blue. Hex color #43376F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43376F is #BCC890. Grayscale: #404040. Windows color (decimal): -12372113 or 7288643. OLE color: 7288643.
HSL color Cylindrical-coordinate representation of color #43376F: hue angle of 252.86º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #43376F is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 55 | 111 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.56 |
| HSL | 252.86º | 0.34% | 0.33% | - |
| HSV(B) | 252.86º | 0.5% | 0.44% | - |
| XYZ | 6.55 | 5.07 | 15.67 | - |
| YUV | 64.97 | 153.98 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 55 | 111 | 0.40 | 0.50 | 0 | 0.56 | 252.86 | 0.34 | 0.33 |
| Hex | 43 | 37 | 6F | 28 | 32 | 0 | 38 | FD | 22 | 21 |
| Octal | 103 | 67 | 157 | 50 | 62 | 0 | 70 | 375 | 42 | 41 |
| Binary | 1000011 | 110111 | 1101111 | 101000 | 110010 | 0 | 111000 | 11111101 | 100010 | 100001 |
Color Harmonies of #43376F
Complementary color
Monochromatic Colors of #43376F
Black with #43376F
Text Example
Text Example
White with #43376F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43376F; }
p { color: rgb(67,55,111); }
H1.HeaderClassName
{
color: #43376F;
}
.AnyTagClassName
{
color: #43376F;
}
</style>
background-color css
<style>
a { background-color: #43376F; }
a { background-color: rgb(67,55,111); }
div.DivClassName
{
background-color: #43376F;
}
.BgClassName
{
background-color: #43376F;
}
</style>
border-color css
<style>
span { border-color: #43376F; }
span { border-color: rgb(67,55,111); }
td.TdClassName
{
border-color: #43376F;
}
.TagClassName
{
border-color: #43376F;
}
</style>