Shades of Black Rock #303241
Tints of Black Rock #303241
RGB
CMYK
RGB Variations
Color information
#303241 (or 0x303241) is known color: Black Rock. HEX triplet: 30, 32 and 41. RGB value is (48,50,65). Sum of RGB (Red+Green+Blue) = 48+50+65=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 65 (25.78% from 255 or 39.88% from 163); Max value from RGB is 65 - color contains mainly: blue. Hex color #303241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303241 is #CFCDBE. Grayscale: #333333. Windows color (decimal): -13618623 or 4272688. OLE color: 4272688.
HSL color Cylindrical-coordinate representation of color #303241: hue angle of 232.94º 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 #303241 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 50 | 65 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.75 |
| HSL | 232.94º | 0.15% | 0.22% | - |
| HSV(B) | 232.94º | 0.26% | 0.25% | - |
| XYZ | 3.31 | 3.29 | 5.46 | - |
| YUV | 51.11 | 135.84 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 50 | 65 | 0.26 | 0.23 | 0 | 0.75 | 232.94 | 0.15 | 0.22 |
| Hex | 30 | 32 | 41 | 1A | 17 | 0 | 4B | E9 | F | 16 |
| Octal | 60 | 62 | 101 | 32 | 27 | 0 | 113 | 351 | 17 | 26 |
| Binary | 110000 | 110010 | 1000001 | 11010 | 10111 | 0 | 1001011 | 11101001 | 1111 | 10110 |
Color Harmonies of #303241
Complementary color
Monochromatic Colors of #303241
Black with #303241
Text Example
Text Example
White with #303241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303241; }
p { color: rgb(48,50,65); }
H1.HeaderClassName
{
color: #303241;
}
.AnyTagClassName
{
color: #303241;
}
</style>
background-color css
<style>
a { background-color: #303241; }
a { background-color: rgb(48,50,65); }
div.DivClassName
{
background-color: #303241;
}
.BgClassName
{
background-color: #303241;
}
</style>
border-color css
<style>
span { border-color: #303241; }
span { border-color: rgb(48,50,65); }
td.TdClassName
{
border-color: #303241;
}
.TagClassName
{
border-color: #303241;
}
</style>