Shades of Black Rock #31313E
Tints of Black Rock #31313E
RGB
CMYK
RGB Variations
Color information
#31313E (or 0x31313E) is known color: Black Rock. HEX triplet: 31, 31 and 3E. RGB value is (49,49,62). Sum of RGB (Red+Green+Blue) = 49+49+62=160 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.62% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 62 (24.61% from 255 or 38.75% from 160); Max value from RGB is 62 - color contains mainly: blue. Hex color #31313E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31313E is #CECEC1. Grayscale: #323232. Windows color (decimal): -13553346 or 4075825. OLE color: 4075825.
HSL color Cylindrical-coordinate representation of color #31313E: hue angle of 240º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #31313E is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 49 | 62 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.76 |
| HSL | 240º | 0.12% | 0.22% | - |
| HSV(B) | 240º | 0.21% | 0.24% | - |
| XYZ | 3.23 | 3.2 | 5 | - |
| YUV | 50.48 | 134.5 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 49 | 62 | 0.21 | 0.21 | 0 | 0.76 | 240 | 0.12 | 0.22 |
| Hex | 31 | 31 | 3E | 15 | 15 | 0 | 4C | F0 | C | 16 |
| Octal | 61 | 61 | 76 | 25 | 25 | 0 | 114 | 360 | 14 | 26 |
| Binary | 110001 | 110001 | 111110 | 10101 | 10101 | 0 | 1001100 | 11110000 | 1100 | 10110 |
Color Harmonies of #31313E
Complementary color
Monochromatic Colors of #31313E
Black with #31313E
Text Example
Text Example
White with #31313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31313E; }
p { color: rgb(49,49,62); }
H1.HeaderClassName
{
color: #31313E;
}
.AnyTagClassName
{
color: #31313E;
}
</style>
background-color css
<style>
a { background-color: #31313E; }
a { background-color: rgb(49,49,62); }
div.DivClassName
{
background-color: #31313E;
}
.BgClassName
{
background-color: #31313E;
}
</style>
border-color css
<style>
span { border-color: #31313E; }
span { border-color: rgb(49,49,62); }
td.TdClassName
{
border-color: #31313E;
}
.TagClassName
{
border-color: #31313E;
}
</style>