Shades of Black Rock #2E2F38
Tints of Black Rock #2E2F38
RGB
CMYK
RGB Variations
Color information
#2E2F38 (or 0x2E2F38) is known color: Black Rock. HEX triplet: 2E, 2F and 38. RGB value is (46,47,56). Sum of RGB (Red+Green+Blue) = 46+47+56=149 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.87% from 149); Green value is 47 (18.75% from 255 or 31.54% from 149); Blue value is 56 (22.27% from 255 or 37.58% from 149); Max value from RGB is 56 - color contains mainly: blue. Hex color #2E2F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2F38 is #D1D0C7. Grayscale: #2F2F2F. Windows color (decimal): -13750472 or 3682094. OLE color: 3682094.
HSL color Cylindrical-coordinate representation of color #2E2F38: hue angle of 234º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2E2F38 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 47 | 56 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.78 |
| HSL | 234º | 0.1% | 0.2% | - |
| HSV(B) | 234º | 0.18% | 0.22% | - |
| XYZ | 2.86 | 2.9 | 4.15 | - |
| YUV | 47.73 | 132.67 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 47 | 56 | 0.18 | 0.16 | 0 | 0.78 | 234 | 0.1 | 0.2 |
| Hex | 2E | 2F | 38 | 12 | 10 | 0 | 4E | EA | A | 14 |
| Octal | 56 | 57 | 70 | 22 | 20 | 0 | 116 | 352 | 12 | 24 |
| Binary | 101110 | 101111 | 111000 | 10010 | 10000 | 0 | 1001110 | 11101010 | 1010 | 10100 |
Color Harmonies of #2E2F38
Complementary color
Monochromatic Colors of #2E2F38
Black with #2E2F38
Text Example
Text Example
White with #2E2F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2F38; }
p { color: rgb(46,47,56); }
H1.HeaderClassName
{
color: #2E2F38;
}
.AnyTagClassName
{
color: #2E2F38;
}
</style>
background-color css
<style>
a { background-color: #2E2F38; }
a { background-color: rgb(46,47,56); }
div.DivClassName
{
background-color: #2E2F38;
}
.BgClassName
{
background-color: #2E2F38;
}
</style>
border-color css
<style>
span { border-color: #2E2F38; }
span { border-color: rgb(46,47,56); }
td.TdClassName
{
border-color: #2E2F38;
}
.TagClassName
{
border-color: #2E2F38;
}
</style>