Shades of Black Rock #2A2B3B
Tints of Black Rock #2A2B3B
RGB
CMYK
RGB Variations
Color information
#2A2B3B (or 0x2A2B3B) is known color: Black Rock. HEX triplet: 2A, 2B and 3B. RGB value is (42,43,59). Sum of RGB (Red+Green+Blue) = 42+43+59=144 (19% of max value = 765). Red value is 42 (16.80% from 255 or 29.17% from 144); Green value is 43 (17.19% from 255 or 29.86% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 59 - color contains mainly: blue. Hex color #2A2B3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2B3B is #D5D4C4. Grayscale: #2C2C2C. Windows color (decimal): -14013637 or 3877674. OLE color: 3877674.
HSL color Cylindrical-coordinate representation of color #2A2B3B: hue angle of 236.47º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2A2B3B is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 42 | 43 | 59 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.77 |
| HSL | 236.47º | 0.17% | 0.2% | - |
| HSV(B) | 236.47º | 0.29% | 0.23% | - |
| XYZ | 2.61 | 2.54 | 4.49 | - |
| YUV | 44.53 | 136.17 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 43 | 59 | 0.29 | 0.27 | 0 | 0.77 | 236.47 | 0.17 | 0.2 |
| Hex | 2A | 2B | 3B | 1D | 1B | 0 | 4D | EC | 11 | 14 |
| Octal | 52 | 53 | 73 | 35 | 33 | 0 | 115 | 354 | 21 | 24 |
| Binary | 101010 | 101011 | 111011 | 11101 | 11011 | 0 | 1001101 | 11101100 | 10001 | 10100 |
Color Harmonies of #2A2B3B
Complementary color
Monochromatic Colors of #2A2B3B
Black with #2A2B3B
Text Example
Text Example
White with #2A2B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2B3B; }
p { color: rgb(42,43,59); }
H1.HeaderClassName
{
color: #2A2B3B;
}
.AnyTagClassName
{
color: #2A2B3B;
}
</style>
background-color css
<style>
a { background-color: #2A2B3B; }
a { background-color: rgb(42,43,59); }
div.DivClassName
{
background-color: #2A2B3B;
}
.BgClassName
{
background-color: #2A2B3B;
}
</style>
border-color css
<style>
span { border-color: #2A2B3B; }
span { border-color: rgb(42,43,59); }
td.TdClassName
{
border-color: #2A2B3B;
}
.TagClassName
{
border-color: #2A2B3B;
}
</style>