Shades of Black Rock #30313E
Tints of Black Rock #30313E
RGB
CMYK
RGB Variations
Color information
#30313E (or 0x30313E) is known color: Black Rock. HEX triplet: 30, 31 and 3E. RGB value is (48,49,62). Sum of RGB (Red+Green+Blue) = 48+49+62=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 49 (19.53% from 255 or 30.82% from 159); Blue value is 62 (24.61% from 255 or 38.99% from 159); Max value from RGB is 62 - color contains mainly: blue. Hex color #30313E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30313E is #CFCEC1. Grayscale: #323232. Windows color (decimal): -13618882 or 4075824. OLE color: 4075824.
HSL color Cylindrical-coordinate representation of color #30313E: hue angle of 235.71º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #30313E is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 49 | 62 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.76 |
| HSL | 235.71º | 0.13% | 0.22% | - |
| HSV(B) | 235.71º | 0.23% | 0.24% | - |
| XYZ | 3.19 | 3.17 | 5 | - |
| YUV | 50.18 | 134.67 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 49 | 62 | 0.23 | 0.21 | 0 | 0.76 | 235.71 | 0.13 | 0.22 |
| Hex | 30 | 31 | 3E | 17 | 15 | 0 | 4C | EC | D | 16 |
| Octal | 60 | 61 | 76 | 27 | 25 | 0 | 114 | 354 | 15 | 26 |
| Binary | 110000 | 110001 | 111110 | 10111 | 10101 | 0 | 1001100 | 11101100 | 1101 | 10110 |
Color Harmonies of #30313E
Complementary color
Monochromatic Colors of #30313E
Black with #30313E
Text Example
Text Example
White with #30313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30313E; }
p { color: rgb(48,49,62); }
H1.HeaderClassName
{
color: #30313E;
}
.AnyTagClassName
{
color: #30313E;
}
</style>
background-color css
<style>
a { background-color: #30313E; }
a { background-color: rgb(48,49,62); }
div.DivClassName
{
background-color: #30313E;
}
.BgClassName
{
background-color: #30313E;
}
</style>
border-color css
<style>
span { border-color: #30313E; }
span { border-color: rgb(48,49,62); }
td.TdClassName
{
border-color: #30313E;
}
.TagClassName
{
border-color: #30313E;
}
</style>