Shades of Black Rock #2B2E3B
Tints of Black Rock #2B2E3B
RGB
CMYK
RGB Variations
Color information
#2B2E3B (or 0x2B2E3B) is known color: Black Rock. HEX triplet: 2B, 2E and 3B. RGB value is (43,46,59). Sum of RGB (Red+Green+Blue) = 43+46+59=148 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.05% from 148); Green value is 46 (18.36% from 255 or 31.08% from 148); Blue value is 59 (23.44% from 255 or 39.86% from 148); Max value from RGB is 59 - color contains mainly: blue. Hex color #2B2E3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2E3B is #D4D1C4. Grayscale: #2E2E2E. Windows color (decimal): -13947333 or 3878443. OLE color: 3878443.
HSL color Cylindrical-coordinate representation of color #2B2E3B: hue angle of 228.75º 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 #2B2E3B is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 43 | 46 | 59 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.77 |
| HSL | 228.75º | 0.16% | 0.2% | - |
| HSV(B) | 228.75º | 0.27% | 0.23% | - |
| XYZ | 2.76 | 2.78 | 4.53 | - |
| YUV | 46.59 | 135.01 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 46 | 59 | 0.27 | 0.22 | 0 | 0.77 | 228.75 | 0.16 | 0.2 |
| Hex | 2B | 2E | 3B | 1B | 16 | 0 | 4D | E5 | 10 | 14 |
| Octal | 53 | 56 | 73 | 33 | 26 | 0 | 115 | 345 | 20 | 24 |
| Binary | 101011 | 101110 | 111011 | 11011 | 10110 | 0 | 1001101 | 11100101 | 10000 | 10100 |
Color Harmonies of #2B2E3B
Complementary color
Monochromatic Colors of #2B2E3B
Black with #2B2E3B
Text Example
Text Example
White with #2B2E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2E3B; }
p { color: rgb(43,46,59); }
H1.HeaderClassName
{
color: #2B2E3B;
}
.AnyTagClassName
{
color: #2B2E3B;
}
</style>
background-color css
<style>
a { background-color: #2B2E3B; }
a { background-color: rgb(43,46,59); }
div.DivClassName
{
background-color: #2B2E3B;
}
.BgClassName
{
background-color: #2B2E3B;
}
</style>
border-color css
<style>
span { border-color: #2B2E3B; }
span { border-color: rgb(43,46,59); }
td.TdClassName
{
border-color: #2B2E3B;
}
.TagClassName
{
border-color: #2B2E3B;
}
</style>