Shades of Black Rock #2C2D3F
Tints of Black Rock #2C2D3F
RGB
CMYK
RGB Variations
Color information
#2C2D3F (or 0x2C2D3F) is known color: Black Rock. HEX triplet: 2C, 2D and 3F. RGB value is (44,45,63). Sum of RGB (Red+Green+Blue) = 44+45+63=152 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.95% from 152); Green value is 45 (17.97% from 255 or 29.61% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 63 - color contains mainly: blue. Hex color #2C2D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2D3F is #D3D2C0. Grayscale: #2E2E2E. Windows color (decimal): -13882049 or 4140332. OLE color: 4140332.
HSL color Cylindrical-coordinate representation of color #2C2D3F: hue angle of 236.84º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2C2D3F is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 45 | 63 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.75 |
| HSL | 236.84º | 0.18% | 0.21% | - |
| HSV(B) | 236.84º | 0.3% | 0.25% | - |
| XYZ | 2.87 | 2.77 | 5.09 | - |
| YUV | 46.75 | 137.17 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 45 | 63 | 0.30 | 0.29 | 0 | 0.75 | 236.84 | 0.18 | 0.21 |
| Hex | 2C | 2D | 3F | 1E | 1D | 0 | 4B | ED | 12 | 15 |
| Octal | 54 | 55 | 77 | 36 | 35 | 0 | 113 | 355 | 22 | 25 |
| Binary | 101100 | 101101 | 111111 | 11110 | 11101 | 0 | 1001011 | 11101101 | 10010 | 10101 |
Color Harmonies of #2C2D3F
Complementary color
Monochromatic Colors of #2C2D3F
Black with #2C2D3F
Text Example
Text Example
White with #2C2D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2D3F; }
p { color: rgb(44,45,63); }
H1.HeaderClassName
{
color: #2C2D3F;
}
.AnyTagClassName
{
color: #2C2D3F;
}
</style>
background-color css
<style>
a { background-color: #2C2D3F; }
a { background-color: rgb(44,45,63); }
div.DivClassName
{
background-color: #2C2D3F;
}
.BgClassName
{
background-color: #2C2D3F;
}
</style>
border-color css
<style>
span { border-color: #2C2D3F; }
span { border-color: rgb(44,45,63); }
td.TdClassName
{
border-color: #2C2D3F;
}
.TagClassName
{
border-color: #2C2D3F;
}
</style>