Shades of Black Rock #2A2C38
Tints of Black Rock #2A2C38
RGB
CMYK
RGB Variations
Color information
#2A2C38 (or 0x2A2C38) is known color: Black Rock. HEX triplet: 2A, 2C and 38. RGB value is (42,44,56). Sum of RGB (Red+Green+Blue) = 42+44+56=142 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.58% from 142); Green value is 44 (17.58% from 255 or 30.99% from 142); Blue value is 56 (22.27% from 255 or 39.44% from 142); Max value from RGB is 56 - color contains mainly: blue. Hex color #2A2C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2C38 is #D5D3C7. Grayscale: #2C2C2C. Windows color (decimal): -14013384 or 3681322. OLE color: 3681322.
HSL color Cylindrical-coordinate representation of color #2A2C38: hue angle of 231.43º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2A2C38 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 44 | 56 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.78 |
| HSL | 231.43º | 0.14% | 0.19% | - |
| HSV(B) | 231.43º | 0.25% | 0.22% | - |
| XYZ | 2.57 | 2.58 | 4.1 | - |
| YUV | 44.77 | 134.34 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 44 | 56 | 0.25 | 0.21 | 0 | 0.78 | 231.43 | 0.14 | 0.19 |
| Hex | 2A | 2C | 38 | 19 | 15 | 0 | 4E | E7 | E | 13 |
| Octal | 52 | 54 | 70 | 31 | 25 | 0 | 116 | 347 | 16 | 23 |
| Binary | 101010 | 101100 | 111000 | 11001 | 10101 | 0 | 1001110 | 11100111 | 1110 | 10011 |
Color Harmonies of #2A2C38
Complementary color
Monochromatic Colors of #2A2C38
Black with #2A2C38
Text Example
Text Example
White with #2A2C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2C38; }
p { color: rgb(42,44,56); }
H1.HeaderClassName
{
color: #2A2C38;
}
.AnyTagClassName
{
color: #2A2C38;
}
</style>
background-color css
<style>
a { background-color: #2A2C38; }
a { background-color: rgb(42,44,56); }
div.DivClassName
{
background-color: #2A2C38;
}
.BgClassName
{
background-color: #2A2C38;
}
</style>
border-color css
<style>
span { border-color: #2A2C38; }
span { border-color: rgb(42,44,56); }
td.TdClassName
{
border-color: #2A2C38;
}
.TagClassName
{
border-color: #2A2C38;
}
</style>