Shades of Black Rock #31323F
Tints of Black Rock #31323F
RGB
CMYK
RGB Variations
Color information
#31323F (or 0x31323F) is known color: Black Rock. HEX triplet: 31, 32 and 3F. RGB value is (49,50,63). Sum of RGB (Red+Green+Blue) = 49+50+63=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 63 (25% from 255 or 38.89% from 162); Max value from RGB is 63 - color contains mainly: blue. Hex color #31323F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31323F is #CECDC0. Grayscale: #333333. Windows color (decimal): -13553089 or 4141617. OLE color: 4141617.
HSL color Cylindrical-coordinate representation of color #31323F: hue angle of 235.71º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #31323F is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 50 | 63 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.75 |
| HSL | 235.71º | 0.13% | 0.22% | - |
| HSV(B) | 235.71º | 0.22% | 0.25% | - |
| XYZ | 3.3 | 3.29 | 5.16 | - |
| YUV | 51.18 | 134.67 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 50 | 63 | 0.22 | 0.21 | 0 | 0.75 | 235.71 | 0.13 | 0.22 |
| Hex | 31 | 32 | 3F | 16 | 15 | 0 | 4B | EC | C | 16 |
| Octal | 61 | 62 | 77 | 26 | 25 | 0 | 113 | 354 | 14 | 26 |
| Binary | 110001 | 110010 | 111111 | 10110 | 10101 | 0 | 1001011 | 11101100 | 1100 | 10110 |
Color Harmonies of #31323F
Complementary color
Monochromatic Colors of #31323F
Black with #31323F
Text Example
Text Example
White with #31323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31323F; }
p { color: rgb(49,50,63); }
H1.HeaderClassName
{
color: #31323F;
}
.AnyTagClassName
{
color: #31323F;
}
</style>
background-color css
<style>
a { background-color: #31323F; }
a { background-color: rgb(49,50,63); }
div.DivClassName
{
background-color: #31323F;
}
.BgClassName
{
background-color: #31323F;
}
</style>
border-color css
<style>
span { border-color: #31323F; }
span { border-color: rgb(49,50,63); }
td.TdClassName
{
border-color: #31323F;
}
.TagClassName
{
border-color: #31323F;
}
</style>