Shades of Black Rock #31323B
Tints of Black Rock #31323B
RGB
CMYK
RGB Variations
Color information
#31323B (or 0x31323B) is known color: Black Rock. HEX triplet: 31, 32 and 3B. RGB value is (49,50,59). Sum of RGB (Red+Green+Blue) = 49+50+59=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 59 (23.44% from 255 or 37.34% from 158); Max value from RGB is 59 - color contains mainly: blue. Hex color #31323B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31323B is #CECDC4. Grayscale: #323232. Windows color (decimal): -13553093 or 3879473. OLE color: 3879473.
HSL color Cylindrical-coordinate representation of color #31323B: hue angle of 234º 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 #31323B is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 49 | 50 | 59 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.77 |
| HSL | 234º | 0.09% | 0.21% | - |
| HSV(B) | 234º | 0.17% | 0.23% | - |
| XYZ | 3.2 | 3.25 | 4.6 | - |
| YUV | 50.73 | 132.67 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 50 | 59 | 0.17 | 0.15 | 0 | 0.77 | 234 | 0.09 | 0.21 |
| Hex | 31 | 32 | 3B | 11 | F | 0 | 4D | EA | 9 | 15 |
| Octal | 61 | 62 | 73 | 21 | 17 | 0 | 115 | 352 | 11 | 25 |
| Binary | 110001 | 110010 | 111011 | 10001 | 1111 | 0 | 1001101 | 11101010 | 1001 | 10101 |
Color Harmonies of #31323B
Complementary color
Monochromatic Colors of #31323B
Black with #31323B
Text Example
Text Example
White with #31323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31323B; }
p { color: rgb(49,50,59); }
H1.HeaderClassName
{
color: #31323B;
}
.AnyTagClassName
{
color: #31323B;
}
</style>
background-color css
<style>
a { background-color: #31323B; }
a { background-color: rgb(49,50,59); }
div.DivClassName
{
background-color: #31323B;
}
.BgClassName
{
background-color: #31323B;
}
</style>
border-color css
<style>
span { border-color: #31323B; }
span { border-color: rgb(49,50,59); }
td.TdClassName
{
border-color: #31323B;
}
.TagClassName
{
border-color: #31323B;
}
</style>