Shades of Black Rock #2E2F35
Tints of Black Rock #2E2F35
RGB
CMYK
RGB Variations
Color information
#2E2F35 (or 0x2E2F35) is known color: Black Rock. HEX triplet: 2E, 2F and 35. RGB value is (46,47,53). Sum of RGB (Red+Green+Blue) = 46+47+53=146 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.51% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 53 (21.09% from 255 or 36.30% from 146); Max value from RGB is 53 - color contains mainly: blue. Hex color #2E2F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2F35 is #D1D0CA. Grayscale: #2F2F2F. Windows color (decimal): -13750475 or 3485486. OLE color: 3485486.
HSL color Cylindrical-coordinate representation of color #2E2F35: hue angle of 231.43º degrees, saturation: 0.07, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #2E2F35 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
RGB | 46 | 47 | 53 | - |
CMYK | 0.13 | 0.11 | 0 | 0.79 |
HSL | 231.43º | 0.07% | 0.19% | - |
HSV(B) | 231.43º | 0.13% | 0.21% | - |
XYZ | 2.79 | 2.87 | 3.78 | - |
YUV | 47.39 | 131.17 | 127.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 47 | 53 | 0.13 | 0.11 | 0 | 0.79 | 231.43 | 0.07 | 0.19 |
Hex | 2E | 2F | 35 | D | B | 0 | 4F | E7 | 7 | 13 |
Octal | 56 | 57 | 65 | 15 | 13 | 0 | 117 | 347 | 7 | 23 |
Binary | 101110 | 101111 | 110101 | 1101 | 1011 | 0 | 1001111 | 11100111 | 111 | 10011 |
Color Harmonies of #2E2F35
Complementary color
Monochromatic Colors of #2E2F35
Black with #2E2F35
Text Example
Text Example
White with #2E2F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2F35; }
p { color: rgb(46,47,53); }
H1.HeaderClassName
{
color: #2E2F35;
}
.AnyTagClassName
{
color: #2E2F35;
}
</style>
background-color css
<style>
a { background-color: #2E2F35; }
a { background-color: rgb(46,47,53); }
div.DivClassName
{
background-color: #2E2F35;
}
.BgClassName
{
background-color: #2E2F35;
}
</style>
border-color css
<style>
span { border-color: #2E2F35; }
span { border-color: rgb(46,47,53); }
td.TdClassName
{
border-color: #2E2F35;
}
.TagClassName
{
border-color: #2E2F35;
}
</style>