Shades of Black Rock #31333E
Tints of Black Rock #31333E
RGB
CMYK
RGB Variations
Color information
#31333E (or 0x31333E) is known color: Black Rock. HEX triplet: 31, 33 and 3E. RGB value is (49,51,62). Sum of RGB (Red+Green+Blue) = 49+51+62=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 62 (24.61% from 255 or 38.27% from 162); Max value from RGB is 62 - color contains mainly: blue. Hex color #31333E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31333E is #CECCC1. Grayscale: #333333. Windows color (decimal): -13552834 or 4076337. OLE color: 4076337.
HSL color Cylindrical-coordinate representation of color #31333E: hue angle of 230.77º 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 #31333E is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 51 | 62 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.76 |
| HSL | 230.77º | 0.12% | 0.22% | - |
| HSV(B) | 230.77º | 0.21% | 0.24% | - |
| XYZ | 3.32 | 3.37 | 5.03 | - |
| YUV | 51.66 | 133.84 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 51 | 62 | 0.21 | 0.18 | 0 | 0.76 | 230.77 | 0.12 | 0.22 |
| Hex | 31 | 33 | 3E | 15 | 12 | 0 | 4C | E7 | C | 16 |
| Octal | 61 | 63 | 76 | 25 | 22 | 0 | 114 | 347 | 14 | 26 |
| Binary | 110001 | 110011 | 111110 | 10101 | 10010 | 0 | 1001100 | 11100111 | 1100 | 10110 |
Color Harmonies of #31333E
Complementary color
Monochromatic Colors of #31333E
Black with #31333E
Text Example
Text Example
White with #31333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31333E; }
p { color: rgb(49,51,62); }
H1.HeaderClassName
{
color: #31333E;
}
.AnyTagClassName
{
color: #31333E;
}
</style>
background-color css
<style>
a { background-color: #31333E; }
a { background-color: rgb(49,51,62); }
div.DivClassName
{
background-color: #31333E;
}
.BgClassName
{
background-color: #31333E;
}
</style>
border-color css
<style>
span { border-color: #31333E; }
span { border-color: rgb(49,51,62); }
td.TdClassName
{
border-color: #31333E;
}
.TagClassName
{
border-color: #31333E;
}
</style>