Shades of Black Rock #303240
Tints of Black Rock #303240
RGB
CMYK
RGB Variations
Color information
#303240 (or 0x303240) is known color: Black Rock. HEX triplet: 30, 32 and 40. RGB value is (48,50,64). Sum of RGB (Red+Green+Blue) = 48+50+64=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 64 - color contains mainly: blue. Hex color #303240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303240 is #CFCDBF. Grayscale: #323232. Windows color (decimal): -13618624 or 4207152. OLE color: 4207152.
HSL color Cylindrical-coordinate representation of color #303240: hue angle of 232.5º 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 #303240 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 50 | 64 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.75 |
| HSL | 232.5º | 0.14% | 0.22% | - |
| HSV(B) | 232.5º | 0.25% | 0.25% | - |
| XYZ | 3.28 | 3.28 | 5.31 | - |
| YUV | 51 | 135.34 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 50 | 64 | 0.25 | 0.22 | 0 | 0.75 | 232.5 | 0.14 | 0.22 |
| Hex | 30 | 32 | 40 | 19 | 16 | 0 | 4B | E8 | E | 16 |
| Octal | 60 | 62 | 100 | 31 | 26 | 0 | 113 | 350 | 16 | 26 |
| Binary | 110000 | 110010 | 1000000 | 11001 | 10110 | 0 | 1001011 | 11101000 | 1110 | 10110 |
Color Harmonies of #303240
Complementary color
Monochromatic Colors of #303240
Black with #303240
Text Example
Text Example
White with #303240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303240; }
p { color: rgb(48,50,64); }
H1.HeaderClassName
{
color: #303240;
}
.AnyTagClassName
{
color: #303240;
}
</style>
background-color css
<style>
a { background-color: #303240; }
a { background-color: rgb(48,50,64); }
div.DivClassName
{
background-color: #303240;
}
.BgClassName
{
background-color: #303240;
}
</style>
border-color css
<style>
span { border-color: #303240; }
span { border-color: rgb(48,50,64); }
td.TdClassName
{
border-color: #303240;
}
.TagClassName
{
border-color: #303240;
}
</style>