Shades of Black Rock #2E2E3D
Tints of Black Rock #2E2E3D
RGB
CMYK
RGB Variations
Color information
#2E2E3D (or 0x2E2E3D) is known color: Black Rock. HEX triplet: 2E, 2E and 3D. RGB value is (46,46,61). Sum of RGB (Red+Green+Blue) = 46+46+61=153 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.07% from 153); Green value is 46 (18.36% from 255 or 30.07% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 61 - color contains mainly: blue. Hex color #2E2E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2E3D is #D1D1C2. Grayscale: #2F2F2F. Windows color (decimal): -13750723 or 4009518. OLE color: 4009518.
HSL color Cylindrical-coordinate representation of color #2E2E3D: hue angle of 240º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2E2E3D is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 46 | 61 | - |
| CMYK | 0.25 | 0.25 | 0 | 0.76 |
| HSL | 240º | 0.14% | 0.21% | - |
| HSV(B) | 240º | 0.25% | 0.24% | - |
| XYZ | 2.95 | 2.87 | 4.81 | - |
| YUV | 47.71 | 135.5 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 46 | 61 | 0.25 | 0.25 | 0 | 0.76 | 240 | 0.14 | 0.21 |
| Hex | 2E | 2E | 3D | 19 | 19 | 0 | 4C | F0 | E | 15 |
| Octal | 56 | 56 | 75 | 31 | 31 | 0 | 114 | 360 | 16 | 25 |
| Binary | 101110 | 101110 | 111101 | 11001 | 11001 | 0 | 1001100 | 11110000 | 1110 | 10101 |
Color Harmonies of #2E2E3D
Complementary color
Monochromatic Colors of #2E2E3D
Black with #2E2E3D
Text Example
Text Example
White with #2E2E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2E3D; }
p { color: rgb(46,46,61); }
H1.HeaderClassName
{
color: #2E2E3D;
}
.AnyTagClassName
{
color: #2E2E3D;
}
</style>
background-color css
<style>
a { background-color: #2E2E3D; }
a { background-color: rgb(46,46,61); }
div.DivClassName
{
background-color: #2E2E3D;
}
.BgClassName
{
background-color: #2E2E3D;
}
</style>
border-color css
<style>
span { border-color: #2E2E3D; }
span { border-color: rgb(46,46,61); }
td.TdClassName
{
border-color: #2E2E3D;
}
.TagClassName
{
border-color: #2E2E3D;
}
</style>