Shades of Black Rock #2E303F
Tints of Black Rock #2E303F
RGB
CMYK
RGB Variations
Color information
#2E303F (or 0x2E303F) is known color: Black Rock. HEX triplet: 2E, 30 and 3F. RGB value is (46,48,63). Sum of RGB (Red+Green+Blue) = 46+48+63=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 63 - color contains mainly: blue. Hex color #2E303F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E303F is #D1CFC0. Grayscale: #313131. Windows color (decimal): -13750209 or 4141102. OLE color: 4141102.
HSL color Cylindrical-coordinate representation of color #2E303F: hue angle of 232.94º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2E303F is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 48 | 63 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.75 |
| HSL | 232.94º | 0.16% | 0.21% | - |
| HSV(B) | 232.94º | 0.27% | 0.25% | - |
| XYZ | 3.08 | 3.05 | 5.13 | - |
| YUV | 49.11 | 135.84 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 48 | 63 | 0.27 | 0.24 | 0 | 0.75 | 232.94 | 0.16 | 0.21 |
| Hex | 2E | 30 | 3F | 1B | 18 | 0 | 4B | E9 | 10 | 15 |
| Octal | 56 | 60 | 77 | 33 | 30 | 0 | 113 | 351 | 20 | 25 |
| Binary | 101110 | 110000 | 111111 | 11011 | 11000 | 0 | 1001011 | 11101001 | 10000 | 10101 |
Color Harmonies of #2E303F
Complementary color
Monochromatic Colors of #2E303F
Black with #2E303F
Text Example
Text Example
White with #2E303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E303F; }
p { color: rgb(46,48,63); }
H1.HeaderClassName
{
color: #2E303F;
}
.AnyTagClassName
{
color: #2E303F;
}
</style>
background-color css
<style>
a { background-color: #2E303F; }
a { background-color: rgb(46,48,63); }
div.DivClassName
{
background-color: #2E303F;
}
.BgClassName
{
background-color: #2E303F;
}
</style>
border-color css
<style>
span { border-color: #2E303F; }
span { border-color: rgb(46,48,63); }
td.TdClassName
{
border-color: #2E303F;
}
.TagClassName
{
border-color: #2E303F;
}
</style>