Shades of Black Rock #2C2D34
Tints of Black Rock #2C2D34
RGB
CMYK
RGB Variations
Color information
#2C2D34 (or 0x2C2D34) is known color: Black Rock. HEX triplet: 2C, 2D and 34. RGB value is (44,45,52). Sum of RGB (Red+Green+Blue) = 44+45+52=141 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.21% from 141); Green value is 45 (17.97% from 255 or 31.91% from 141); Blue value is 52 (20.70% from 255 or 36.88% from 141); Max value from RGB is 52 - color contains mainly: blue. Hex color #2C2D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2D34 is #D3D2CB. Grayscale: #2D2D2D. Windows color (decimal): -13882060 or 3419436. OLE color: 3419436.
HSL color Cylindrical-coordinate representation of color #2C2D34: hue angle of 232.5º degrees, saturation: 0.08, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2C2D34 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 44 | 45 | 52 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.80 |
| HSL | 232.5º | 0.08% | 0.19% | - |
| HSV(B) | 232.5º | 0.15% | 0.2% | - |
| XYZ | 2.6 | 2.66 | 3.63 | - |
| YUV | 45.5 | 131.67 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 45 | 52 | 0.15 | 0.13 | 0 | 0.80 | 232.5 | 0.08 | 0.19 |
| Hex | 2C | 2D | 34 | F | D | 0 | 50 | E8 | 8 | 13 |
| Octal | 54 | 55 | 64 | 17 | 15 | 0 | 120 | 350 | 10 | 23 |
| Binary | 101100 | 101101 | 110100 | 1111 | 1101 | 0 | 1010000 | 11101000 | 1000 | 10011 |
Color Harmonies of #2C2D34
Complementary color
Monochromatic Colors of #2C2D34
Black with #2C2D34
Text Example
Text Example
White with #2C2D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2D34; }
p { color: rgb(44,45,52); }
H1.HeaderClassName
{
color: #2C2D34;
}
.AnyTagClassName
{
color: #2C2D34;
}
</style>
background-color css
<style>
a { background-color: #2C2D34; }
a { background-color: rgb(44,45,52); }
div.DivClassName
{
background-color: #2C2D34;
}
.BgClassName
{
background-color: #2C2D34;
}
</style>
border-color css
<style>
span { border-color: #2C2D34; }
span { border-color: rgb(44,45,52); }
td.TdClassName
{
border-color: #2C2D34;
}
.TagClassName
{
border-color: #2C2D34;
}
</style>