Shades of Black Rock #2C2E3B
Tints of Black Rock #2C2E3B
RGB
CMYK
RGB Variations
Color information
#2C2E3B (or 0x2C2E3B) is known color: Black Rock. HEX triplet: 2C, 2E and 3B. RGB value is (44,46,59). Sum of RGB (Red+Green+Blue) = 44+46+59=149 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.53% from 149); Green value is 46 (18.36% from 255 or 30.87% from 149); Blue value is 59 (23.44% from 255 or 39.60% from 149); Max value from RGB is 59 - color contains mainly: blue. Hex color #2C2E3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2E3B is #D3D1C4. Grayscale: #2E2E2E. Windows color (decimal): -13881797 or 3878444. OLE color: 3878444.
HSL color Cylindrical-coordinate representation of color #2C2E3B: hue angle of 232º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2C2E3B is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 44 | 46 | 59 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.77 |
| HSL | 232º | 0.15% | 0.2% | - |
| HSV(B) | 232º | 0.25% | 0.23% | - |
| XYZ | 2.81 | 2.81 | 4.53 | - |
| YUV | 46.88 | 134.84 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 46 | 59 | 0.25 | 0.22 | 0 | 0.77 | 232 | 0.15 | 0.2 |
| Hex | 2C | 2E | 3B | 19 | 16 | 0 | 4D | E8 | F | 14 |
| Octal | 54 | 56 | 73 | 31 | 26 | 0 | 115 | 350 | 17 | 24 |
| Binary | 101100 | 101110 | 111011 | 11001 | 10110 | 0 | 1001101 | 11101000 | 1111 | 10100 |
Color Harmonies of #2C2E3B
Complementary color
Monochromatic Colors of #2C2E3B
Black with #2C2E3B
Text Example
Text Example
White with #2C2E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2E3B; }
p { color: rgb(44,46,59); }
H1.HeaderClassName
{
color: #2C2E3B;
}
.AnyTagClassName
{
color: #2C2E3B;
}
</style>
background-color css
<style>
a { background-color: #2C2E3B; }
a { background-color: rgb(44,46,59); }
div.DivClassName
{
background-color: #2C2E3B;
}
.BgClassName
{
background-color: #2C2E3B;
}
</style>
border-color css
<style>
span { border-color: #2C2E3B; }
span { border-color: rgb(44,46,59); }
td.TdClassName
{
border-color: #2C2E3B;
}
.TagClassName
{
border-color: #2C2E3B;
}
</style>