Shades of Black Rock #2C2E40
Tints of Black Rock #2C2E40
RGB
CMYK
RGB Variations
Color information
#2C2E40 (or 0x2C2E40) is known color: Black Rock. HEX triplet: 2C, 2E and 40. RGB value is (44,46,64). Sum of RGB (Red+Green+Blue) = 44+46+64=154 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.57% from 154); Green value is 46 (18.36% from 255 or 29.87% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 64 - color contains mainly: blue. Hex color #2C2E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2E40 is #D3D1BF. Grayscale: #2F2F2F. Windows color (decimal): -13881792 or 4206124. OLE color: 4206124.
HSL color Cylindrical-coordinate representation of color #2C2E40: hue angle of 234º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2C2E40 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 46 | 64 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.75 |
| HSL | 234º | 0.19% | 0.21% | - |
| HSV(B) | 234º | 0.31% | 0.25% | - |
| XYZ | 2.94 | 2.86 | 5.25 | - |
| YUV | 47.45 | 137.34 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 46 | 64 | 0.31 | 0.28 | 0 | 0.75 | 234 | 0.19 | 0.21 |
| Hex | 2C | 2E | 40 | 1F | 1C | 0 | 4B | EA | 13 | 15 |
| Octal | 54 | 56 | 100 | 37 | 34 | 0 | 113 | 352 | 23 | 25 |
| Binary | 101100 | 101110 | 1000000 | 11111 | 11100 | 0 | 1001011 | 11101010 | 10011 | 10101 |
Color Harmonies of #2C2E40
Complementary color
Monochromatic Colors of #2C2E40
Black with #2C2E40
Text Example
Text Example
White with #2C2E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2E40; }
p { color: rgb(44,46,64); }
H1.HeaderClassName
{
color: #2C2E40;
}
.AnyTagClassName
{
color: #2C2E40;
}
</style>
background-color css
<style>
a { background-color: #2C2E40; }
a { background-color: rgb(44,46,64); }
div.DivClassName
{
background-color: #2C2E40;
}
.BgClassName
{
background-color: #2C2E40;
}
</style>
border-color css
<style>
span { border-color: #2C2E40; }
span { border-color: rgb(44,46,64); }
td.TdClassName
{
border-color: #2C2E40;
}
.TagClassName
{
border-color: #2C2E40;
}
</style>