Shades of Black Rock #2B2D3B
Tints of Black Rock #2B2D3B
RGB
CMYK
RGB Variations
Color information
#2B2D3B (or 0x2B2D3B) is known color: Black Rock. HEX triplet: 2B, 2D and 3B. RGB value is (43,45,59). Sum of RGB (Red+Green+Blue) = 43+45+59=147 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.25% from 147); Green value is 45 (17.97% from 255 or 30.61% from 147); Blue value is 59 (23.44% from 255 or 40.14% from 147); Max value from RGB is 59 - color contains mainly: blue. Hex color #2B2D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2D3B is #D4D2C4. Grayscale: #2D2D2D. Windows color (decimal): -13947589 or 3878187. OLE color: 3878187.
HSL color Cylindrical-coordinate representation of color #2B2D3B: hue angle of 232.5º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2B2D3B is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 43 | 45 | 59 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.77 |
| HSL | 232.5º | 0.16% | 0.2% | - |
| HSV(B) | 232.5º | 0.27% | 0.23% | - |
| XYZ | 2.72 | 2.71 | 4.52 | - |
| YUV | 46 | 135.34 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 45 | 59 | 0.27 | 0.24 | 0 | 0.77 | 232.5 | 0.16 | 0.2 |
| Hex | 2B | 2D | 3B | 1B | 18 | 0 | 4D | E8 | 10 | 14 |
| Octal | 53 | 55 | 73 | 33 | 30 | 0 | 115 | 350 | 20 | 24 |
| Binary | 101011 | 101101 | 111011 | 11011 | 11000 | 0 | 1001101 | 11101000 | 10000 | 10100 |
Color Harmonies of #2B2D3B
Complementary color
Monochromatic Colors of #2B2D3B
Black with #2B2D3B
Text Example
Text Example
White with #2B2D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2D3B; }
p { color: rgb(43,45,59); }
H1.HeaderClassName
{
color: #2B2D3B;
}
.AnyTagClassName
{
color: #2B2D3B;
}
</style>
background-color css
<style>
a { background-color: #2B2D3B; }
a { background-color: rgb(43,45,59); }
div.DivClassName
{
background-color: #2B2D3B;
}
.BgClassName
{
background-color: #2B2D3B;
}
</style>
border-color css
<style>
span { border-color: #2B2D3B; }
span { border-color: rgb(43,45,59); }
td.TdClassName
{
border-color: #2B2D3B;
}
.TagClassName
{
border-color: #2B2D3B;
}
</style>