Shades of Black Rock #31323C
Tints of Black Rock #31323C
RGB
CMYK
RGB Variations
Color information
#31323C (or 0x31323C) is known color: Black Rock. HEX triplet: 31, 32 and 3C. RGB value is (49,50,60). Sum of RGB (Red+Green+Blue) = 49+50+60=159 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.82% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 60 - color contains mainly: blue. Hex color #31323C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31323C is #CECDC3. Grayscale: #323232. Windows color (decimal): -13553092 or 3945009. OLE color: 3945009.
HSL color Cylindrical-coordinate representation of color #31323C: hue angle of 234.55º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #31323C is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 50 | 60 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.76 |
| HSL | 234.55º | 0.1% | 0.21% | - |
| HSV(B) | 234.55º | 0.18% | 0.24% | - |
| XYZ | 3.22 | 3.26 | 4.73 | - |
| YUV | 50.84 | 133.17 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 50 | 60 | 0.18 | 0.17 | 0 | 0.76 | 234.55 | 0.1 | 0.21 |
| Hex | 31 | 32 | 3C | 12 | 11 | 0 | 4C | EB | A | 15 |
| Octal | 61 | 62 | 74 | 22 | 21 | 0 | 114 | 353 | 12 | 25 |
| Binary | 110001 | 110010 | 111100 | 10010 | 10001 | 0 | 1001100 | 11101011 | 1010 | 10101 |
Color Harmonies of #31323C
Complementary color
Monochromatic Colors of #31323C
Black with #31323C
Text Example
Text Example
White with #31323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31323C; }
p { color: rgb(49,50,60); }
H1.HeaderClassName
{
color: #31323C;
}
.AnyTagClassName
{
color: #31323C;
}
</style>
background-color css
<style>
a { background-color: #31323C; }
a { background-color: rgb(49,50,60); }
div.DivClassName
{
background-color: #31323C;
}
.BgClassName
{
background-color: #31323C;
}
</style>
border-color css
<style>
span { border-color: #31323C; }
span { border-color: rgb(49,50,60); }
td.TdClassName
{
border-color: #31323C;
}
.TagClassName
{
border-color: #31323C;
}
</style>