Shades of Black Rock #30303B
Tints of Black Rock #30303B
RGB
CMYK
RGB Variations
Color information
#30303B (or 0x30303B) is known color: Black Rock. HEX triplet: 30, 30 and 3B. RGB value is (48,48,59). Sum of RGB (Red+Green+Blue) = 48+48+59=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 59 (23.44% from 255 or 38.06% from 155); Max value from RGB is 59 - color contains mainly: blue. Hex color #30303B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30303B is #CFCFC4. Grayscale: #313131. Windows color (decimal): -13619141 or 3878960. OLE color: 3878960.
HSL color Cylindrical-coordinate representation of color #30303B: hue angle of 240º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #30303B is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 48 | 48 | 59 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.77 |
| HSL | 240º | 0.1% | 0.21% | - |
| HSV(B) | 240º | 0.19% | 0.23% | - |
| XYZ | 3.07 | 3.06 | 4.57 | - |
| YUV | 49.25 | 133.5 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 48 | 59 | 0.19 | 0.19 | 0 | 0.77 | 240 | 0.1 | 0.21 |
| Hex | 30 | 30 | 3B | 13 | 13 | 0 | 4D | F0 | A | 15 |
| Octal | 60 | 60 | 73 | 23 | 23 | 0 | 115 | 360 | 12 | 25 |
| Binary | 110000 | 110000 | 111011 | 10011 | 10011 | 0 | 1001101 | 11110000 | 1010 | 10101 |
Color Harmonies of #30303B
Complementary color
Monochromatic Colors of #30303B
Black with #30303B
Text Example
Text Example
White with #30303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30303B; }
p { color: rgb(48,48,59); }
H1.HeaderClassName
{
color: #30303B;
}
.AnyTagClassName
{
color: #30303B;
}
</style>
background-color css
<style>
a { background-color: #30303B; }
a { background-color: rgb(48,48,59); }
div.DivClassName
{
background-color: #30303B;
}
.BgClassName
{
background-color: #30303B;
}
</style>
border-color css
<style>
span { border-color: #30303B; }
span { border-color: rgb(48,48,59); }
td.TdClassName
{
border-color: #30303B;
}
.TagClassName
{
border-color: #30303B;
}
</style>