Shades of Black Rock #2B2E3C
Tints of Black Rock #2B2E3C
RGB
CMYK
RGB Variations
Color information
#2B2E3C (or 0x2B2E3C) is known color: Black Rock. HEX triplet: 2B, 2E and 3C. RGB value is (43,46,60). Sum of RGB (Red+Green+Blue) = 43+46+60=149 (19% of max value = 765). Red value is 43 (17.19% from 255 or 28.86% from 149); Green value is 46 (18.36% from 255 or 30.87% from 149); Blue value is 60 (23.83% from 255 or 40.27% from 149); Max value from RGB is 60 - color contains mainly: blue. Hex color #2B2E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2E3C is #D4D1C3. Grayscale: #2E2E2E. Windows color (decimal): -13947332 or 3943979. OLE color: 3943979.
HSL color Cylindrical-coordinate representation of color #2B2E3C: hue angle of 229.41º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2B2E3C is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 43 | 46 | 60 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.76 |
| HSL | 229.41º | 0.17% | 0.2% | - |
| HSV(B) | 229.41º | 0.28% | 0.24% | - |
| XYZ | 2.79 | 2.79 | 4.67 | - |
| YUV | 46.7 | 135.51 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 46 | 60 | 0.28 | 0.23 | 0 | 0.76 | 229.41 | 0.17 | 0.2 |
| Hex | 2B | 2E | 3C | 1C | 17 | 0 | 4C | E5 | 11 | 14 |
| Octal | 53 | 56 | 74 | 34 | 27 | 0 | 114 | 345 | 21 | 24 |
| Binary | 101011 | 101110 | 111100 | 11100 | 10111 | 0 | 1001100 | 11100101 | 10001 | 10100 |
Color Harmonies of #2B2E3C
Complementary color
Monochromatic Colors of #2B2E3C
Black with #2B2E3C
Text Example
Text Example
White with #2B2E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2E3C; }
p { color: rgb(43,46,60); }
H1.HeaderClassName
{
color: #2B2E3C;
}
.AnyTagClassName
{
color: #2B2E3C;
}
</style>
background-color css
<style>
a { background-color: #2B2E3C; }
a { background-color: rgb(43,46,60); }
div.DivClassName
{
background-color: #2B2E3C;
}
.BgClassName
{
background-color: #2B2E3C;
}
</style>
border-color css
<style>
span { border-color: #2B2E3C; }
span { border-color: rgb(43,46,60); }
td.TdClassName
{
border-color: #2B2E3C;
}
.TagClassName
{
border-color: #2B2E3C;
}
</style>