Shades of Black Rock #31313B
Tints of Black Rock #31313B
RGB
CMYK
RGB Variations
Color information
#31313B (or 0x31313B) is known color: Black Rock. HEX triplet: 31, 31 and 3B. RGB value is (49,49,59). Sum of RGB (Red+Green+Blue) = 49+49+59=157 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.21% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 59 (23.44% from 255 or 37.58% from 157); Max value from RGB is 59 - color contains mainly: blue. Hex color #31313B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31313B is #CECEC4. Grayscale: #323232. Windows color (decimal): -13553349 or 3879217. OLE color: 3879217.
HSL color Cylindrical-coordinate representation of color #31313B: hue angle of 240º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #31313B is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 49 | 49 | 59 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.77 |
| HSL | 240º | 0.09% | 0.21% | - |
| HSV(B) | 240º | 0.17% | 0.23% | - |
| XYZ | 3.15 | 3.17 | 4.58 | - |
| YUV | 50.14 | 133 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 49 | 59 | 0.17 | 0.17 | 0 | 0.77 | 240 | 0.09 | 0.21 |
| Hex | 31 | 31 | 3B | 11 | 11 | 0 | 4D | F0 | 9 | 15 |
| Octal | 61 | 61 | 73 | 21 | 21 | 0 | 115 | 360 | 11 | 25 |
| Binary | 110001 | 110001 | 111011 | 10001 | 10001 | 0 | 1001101 | 11110000 | 1001 | 10101 |
Color Harmonies of #31313B
Complementary color
Monochromatic Colors of #31313B
Black with #31313B
Text Example
Text Example
White with #31313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31313B; }
p { color: rgb(49,49,59); }
H1.HeaderClassName
{
color: #31313B;
}
.AnyTagClassName
{
color: #31313B;
}
</style>
background-color css
<style>
a { background-color: #31313B; }
a { background-color: rgb(49,49,59); }
div.DivClassName
{
background-color: #31313B;
}
.BgClassName
{
background-color: #31313B;
}
</style>
border-color css
<style>
span { border-color: #31313B; }
span { border-color: rgb(49,49,59); }
td.TdClassName
{
border-color: #31313B;
}
.TagClassName
{
border-color: #31313B;
}
</style>