Shades of Black Rock #303141
Tints of Black Rock #303141
RGB
CMYK
RGB Variations
Color information
#303141 (or 0x303141) is known color: Black Rock. HEX triplet: 30, 31 and 41. RGB value is (48,49,65). Sum of RGB (Red+Green+Blue) = 48+49+65=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 65 - color contains mainly: blue. Hex color #303141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303141 is #CFCEBE. Grayscale: #323232. Windows color (decimal): -13618879 or 4272432. OLE color: 4272432.
HSL color Cylindrical-coordinate representation of color #303141: hue angle of 236.47º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #303141 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 49 | 65 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.75 |
| HSL | 236.47º | 0.15% | 0.22% | - |
| HSV(B) | 236.47º | 0.26% | 0.25% | - |
| XYZ | 3.27 | 3.21 | 5.45 | - |
| YUV | 50.53 | 136.17 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 49 | 65 | 0.26 | 0.25 | 0 | 0.75 | 236.47 | 0.15 | 0.22 |
| Hex | 30 | 31 | 41 | 1A | 19 | 0 | 4B | EC | F | 16 |
| Octal | 60 | 61 | 101 | 32 | 31 | 0 | 113 | 354 | 17 | 26 |
| Binary | 110000 | 110001 | 1000001 | 11010 | 11001 | 0 | 1001011 | 11101100 | 1111 | 10110 |
Color Harmonies of #303141
Complementary color
Monochromatic Colors of #303141
Black with #303141
Text Example
Text Example
White with #303141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303141; }
p { color: rgb(48,49,65); }
H1.HeaderClassName
{
color: #303141;
}
.AnyTagClassName
{
color: #303141;
}
</style>
background-color css
<style>
a { background-color: #303141; }
a { background-color: rgb(48,49,65); }
div.DivClassName
{
background-color: #303141;
}
.BgClassName
{
background-color: #303141;
}
</style>
border-color css
<style>
span { border-color: #303141; }
span { border-color: rgb(48,49,65); }
td.TdClassName
{
border-color: #303141;
}
.TagClassName
{
border-color: #303141;
}
</style>