Shades of Black Rock #2E303A
Tints of Black Rock #2E303A
RGB
CMYK
RGB Variations
Color information
#2E303A (or 0x2E303A) is known color: Black Rock. HEX triplet: 2E, 30 and 3A. RGB value is (46,48,58). Sum of RGB (Red+Green+Blue) = 46+48+58=152 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.26% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 58 (23.05% from 255 or 38.16% from 152); Max value from RGB is 58 - color contains mainly: blue. Hex color #2E303A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E303A is #D1CFC5. Grayscale: #303030. Windows color (decimal): -13750214 or 3813422. OLE color: 3813422.
HSL color Cylindrical-coordinate representation of color #2E303A: hue angle of 230º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2E303A is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 46 | 48 | 58 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.77 |
| HSL | 230º | 0.12% | 0.2% | - |
| HSV(B) | 230º | 0.21% | 0.23% | - |
| XYZ | 2.95 | 3 | 4.43 | - |
| YUV | 48.54 | 133.34 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 48 | 58 | 0.21 | 0.17 | 0 | 0.77 | 230 | 0.12 | 0.2 |
| Hex | 2E | 30 | 3A | 15 | 11 | 0 | 4D | E6 | C | 14 |
| Octal | 56 | 60 | 72 | 25 | 21 | 0 | 115 | 346 | 14 | 24 |
| Binary | 101110 | 110000 | 111010 | 10101 | 10001 | 0 | 1001101 | 11100110 | 1100 | 10100 |
Color Harmonies of #2E303A
Complementary color
Monochromatic Colors of #2E303A
Black with #2E303A
Text Example
Text Example
White with #2E303A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E303A; }
p { color: rgb(46,48,58); }
H1.HeaderClassName
{
color: #2E303A;
}
.AnyTagClassName
{
color: #2E303A;
}
</style>
background-color css
<style>
a { background-color: #2E303A; }
a { background-color: rgb(46,48,58); }
div.DivClassName
{
background-color: #2E303A;
}
.BgClassName
{
background-color: #2E303A;
}
</style>
border-color css
<style>
span { border-color: #2E303A; }
span { border-color: rgb(46,48,58); }
td.TdClassName
{
border-color: #2E303A;
}
.TagClassName
{
border-color: #2E303A;
}
</style>