Shades of Black Rock #303040
Tints of Black Rock #303040
RGB
CMYK
RGB Variations
Color information
#303040 (or 0x303040) is known color: Black Rock. HEX triplet: 30, 30 and 40. RGB value is (48,48,64). Sum of RGB (Red+Green+Blue) = 48+48+64=160 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 64 - color contains mainly: blue. Hex color #303040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303040 is #CFCFBF. Grayscale: #313131. Windows color (decimal): -13619136 or 4206640. OLE color: 4206640.
HSL color Cylindrical-coordinate representation of color #303040: hue angle of 240º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #303040 is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 48 | 64 | - |
| CMYK | 0.25 | 0.25 | 0 | 0.75 |
| HSL | 240º | 0.14% | 0.22% | - |
| HSV(B) | 240º | 0.25% | 0.25% | - |
| XYZ | 3.2 | 3.11 | 5.28 | - |
| YUV | 49.82 | 136 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 48 | 64 | 0.25 | 0.25 | 0 | 0.75 | 240 | 0.14 | 0.22 |
| Hex | 30 | 30 | 40 | 19 | 19 | 0 | 4B | F0 | E | 16 |
| Octal | 60 | 60 | 100 | 31 | 31 | 0 | 113 | 360 | 16 | 26 |
| Binary | 110000 | 110000 | 1000000 | 11001 | 11001 | 0 | 1001011 | 11110000 | 1110 | 10110 |
Color Harmonies of #303040
Complementary color
Monochromatic Colors of #303040
Black with #303040
Text Example
Text Example
White with #303040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303040; }
p { color: rgb(48,48,64); }
H1.HeaderClassName
{
color: #303040;
}
.AnyTagClassName
{
color: #303040;
}
</style>
background-color css
<style>
a { background-color: #303040; }
a { background-color: rgb(48,48,64); }
div.DivClassName
{
background-color: #303040;
}
.BgClassName
{
background-color: #303040;
}
</style>
border-color css
<style>
span { border-color: #303040; }
span { border-color: rgb(48,48,64); }
td.TdClassName
{
border-color: #303040;
}
.TagClassName
{
border-color: #303040;
}
</style>