Shades of Big Stone #2B4149
Tints of Big Stone #2B4149
RGB
CMYK
RGB Variations
Color information
#2B4149 (or 0x2B4149) is known color: Big Stone. HEX triplet: 2B, 41 and 49. RGB value is (43,65,73). Sum of RGB (Red+Green+Blue) = 43+65+73=181 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.76% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 73 - color contains mainly: blue. Hex color #2B4149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4149 is #D4BEB6. Grayscale: #3B3B3B. Windows color (decimal): -13942455 or 4800811. OLE color: 4800811.
HSL color Cylindrical-coordinate representation of color #2B4149: hue angle of 196º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2B4149 is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 65 | 73 | - |
| CMYK | 0.41 | 0.11 | 0 | 0.71 |
| HSL | 196º | 0.26% | 0.23% | - |
| HSV(B) | 196º | 0.41% | 0.29% | - |
| XYZ | 4.09 | 4.78 | 7.01 | - |
| YUV | 59.33 | 135.71 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 65 | 73 | 0.41 | 0.11 | 0 | 0.71 | 196 | 0.26 | 0.23 |
| Hex | 2B | 41 | 49 | 29 | B | 0 | 47 | C4 | 1A | 17 |
| Octal | 53 | 101 | 111 | 51 | 13 | 0 | 107 | 304 | 32 | 27 |
| Binary | 101011 | 1000001 | 1001001 | 101001 | 1011 | 0 | 1000111 | 11000100 | 11010 | 10111 |
Color Harmonies of #2B4149
Complementary color
Monochromatic Colors of #2B4149
Black with #2B4149
Text Example
Text Example
White with #2B4149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4149; }
p { color: rgb(43,65,73); }
H1.HeaderClassName
{
color: #2B4149;
}
.AnyTagClassName
{
color: #2B4149;
}
</style>
background-color css
<style>
a { background-color: #2B4149; }
a { background-color: rgb(43,65,73); }
div.DivClassName
{
background-color: #2B4149;
}
.BgClassName
{
background-color: #2B4149;
}
</style>
border-color css
<style>
span { border-color: #2B4149; }
span { border-color: rgb(43,65,73); }
td.TdClassName
{
border-color: #2B4149;
}
.TagClassName
{
border-color: #2B4149;
}
</style>