Shades of Black Rock #303341
Tints of Black Rock #303341
RGB
CMYK
RGB Variations
Color information
#303341 (or 0x303341) is known color: Black Rock. HEX triplet: 30, 33 and 41. RGB value is (48,51,65). Sum of RGB (Red+Green+Blue) = 48+51+65=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 65 - color contains mainly: blue. Hex color #303341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303341 is #CFCCBE. Grayscale: #333333. Windows color (decimal): -13618367 or 4272944. OLE color: 4272944.
HSL color Cylindrical-coordinate representation of color #303341: hue angle of 229.41º 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 #303341 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 51 | 65 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.75 |
| HSL | 229.41º | 0.15% | 0.22% | - |
| HSV(B) | 229.41º | 0.26% | 0.25% | - |
| XYZ | 3.36 | 3.38 | 5.48 | - |
| YUV | 51.7 | 135.51 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 51 | 65 | 0.26 | 0.22 | 0 | 0.75 | 229.41 | 0.15 | 0.22 |
| Hex | 30 | 33 | 41 | 1A | 16 | 0 | 4B | E5 | F | 16 |
| Octal | 60 | 63 | 101 | 32 | 26 | 0 | 113 | 345 | 17 | 26 |
| Binary | 110000 | 110011 | 1000001 | 11010 | 10110 | 0 | 1001011 | 11100101 | 1111 | 10110 |
Color Harmonies of #303341
Complementary color
Monochromatic Colors of #303341
Black with #303341
Text Example
Text Example
White with #303341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303341; }
p { color: rgb(48,51,65); }
H1.HeaderClassName
{
color: #303341;
}
.AnyTagClassName
{
color: #303341;
}
</style>
background-color css
<style>
a { background-color: #303341; }
a { background-color: rgb(48,51,65); }
div.DivClassName
{
background-color: #303341;
}
.BgClassName
{
background-color: #303341;
}
</style>
border-color css
<style>
span { border-color: #303341; }
span { border-color: rgb(48,51,65); }
td.TdClassName
{
border-color: #303341;
}
.TagClassName
{
border-color: #303341;
}
</style>