Shades of Black Rock #313445
Tints of Black Rock #313445
RGB
CMYK
RGB Variations
Color information
#313445 (or 0x313445) is known color: Black Rock. HEX triplet: 31, 34 and 45. RGB value is (49,52,69). Sum of RGB (Red+Green+Blue) = 49+52+69=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 69 (27.34% from 255 or 40.59% from 170); Max value from RGB is 69 - color contains mainly: blue. Hex color #313445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313445 is #CECBBA. Grayscale: #343434. Windows color (decimal): -13552571 or 4535345. OLE color: 4535345.
HSL color Cylindrical-coordinate representation of color #313445: hue angle of 231º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #313445 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 52 | 69 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.73 |
| HSL | 231º | 0.17% | 0.23% | - |
| HSV(B) | 231º | 0.29% | 0.27% | - |
| XYZ | 3.57 | 3.54 | 6.13 | - |
| YUV | 53.04 | 137.01 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 52 | 69 | 0.29 | 0.25 | 0 | 0.73 | 231 | 0.17 | 0.23 |
| Hex | 31 | 34 | 45 | 1D | 19 | 0 | 49 | E7 | 11 | 17 |
| Octal | 61 | 64 | 105 | 35 | 31 | 0 | 111 | 347 | 21 | 27 |
| Binary | 110001 | 110100 | 1000101 | 11101 | 11001 | 0 | 1001001 | 11100111 | 10001 | 10111 |
Color Harmonies of #313445
Complementary color
Monochromatic Colors of #313445
Black with #313445
Text Example
Text Example
White with #313445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313445; }
p { color: rgb(49,52,69); }
H1.HeaderClassName
{
color: #313445;
}
.AnyTagClassName
{
color: #313445;
}
</style>
background-color css
<style>
a { background-color: #313445; }
a { background-color: rgb(49,52,69); }
div.DivClassName
{
background-color: #313445;
}
.BgClassName
{
background-color: #313445;
}
</style>
border-color css
<style>
span { border-color: #313445; }
span { border-color: rgb(49,52,69); }
td.TdClassName
{
border-color: #313445;
}
.TagClassName
{
border-color: #313445;
}
</style>