Shades of Black Rock #303136
Tints of Black Rock #303136
RGB
CMYK
RGB Variations
Color information
#303136 (or 0x303136) is known color: Black Rock. HEX triplet: 30, 31 and 36. RGB value is (48,49,54). Sum of RGB (Red+Green+Blue) = 48+49+54=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 54 (21.48% from 255 or 35.76% from 151); Max value from RGB is 54 - color contains mainly: blue. Hex color #303136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303136 is #CFCEC9. Grayscale: #313131. Windows color (decimal): -13618890 or 3551536. OLE color: 3551536.
HSL color Cylindrical-coordinate representation of color #303136: hue angle of 230º degrees, saturation: 0.06, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #303136 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 48 | 49 | 54 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.79 |
| HSL | 230º | 0.06% | 0.2% | - |
| HSV(B) | 230º | 0.11% | 0.21% | - |
| XYZ | 2.98 | 3.09 | 3.93 | - |
| YUV | 49.27 | 130.67 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 49 | 54 | 0.11 | 0.09 | 0 | 0.79 | 230 | 0.06 | 0.2 |
| Hex | 30 | 31 | 36 | B | 9 | 0 | 4F | E6 | 6 | 14 |
| Octal | 60 | 61 | 66 | 13 | 11 | 0 | 117 | 346 | 6 | 24 |
| Binary | 110000 | 110001 | 110110 | 1011 | 1001 | 0 | 1001111 | 11100110 | 110 | 10100 |
Color Harmonies of #303136
Complementary color
Monochromatic Colors of #303136
Black with #303136
Text Example
Text Example
White with #303136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303136; }
p { color: rgb(48,49,54); }
H1.HeaderClassName
{
color: #303136;
}
.AnyTagClassName
{
color: #303136;
}
</style>
background-color css
<style>
a { background-color: #303136; }
a { background-color: rgb(48,49,54); }
div.DivClassName
{
background-color: #303136;
}
.BgClassName
{
background-color: #303136;
}
</style>
border-color css
<style>
span { border-color: #303136; }
span { border-color: rgb(48,49,54); }
td.TdClassName
{
border-color: #303136;
}
.TagClassName
{
border-color: #303136;
}
</style>