Shades of Black Rock #2D2F40
Tints of Black Rock #2D2F40
RGB
CMYK
RGB Variations
Color information
#2D2F40 (or 0x2D2F40) is known color: Black Rock. HEX triplet: 2D, 2F and 40. RGB value is (45,47,64). Sum of RGB (Red+Green+Blue) = 45+47+64=156 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.85% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 64 - color contains mainly: blue. Hex color #2D2F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2F40 is #D2D0BF. Grayscale: #303030. Windows color (decimal): -13816000 or 4206381. OLE color: 4206381.
HSL color Cylindrical-coordinate representation of color #2D2F40: hue angle of 233.68º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2D2F40 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 47 | 64 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.75 |
| HSL | 233.68º | 0.17% | 0.21% | - |
| HSV(B) | 233.68º | 0.3% | 0.25% | - |
| XYZ | 3.02 | 2.96 | 5.26 | - |
| YUV | 48.34 | 136.84 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 47 | 64 | 0.30 | 0.27 | 0 | 0.75 | 233.68 | 0.17 | 0.21 |
| Hex | 2D | 2F | 40 | 1E | 1B | 0 | 4B | EA | 11 | 15 |
| Octal | 55 | 57 | 100 | 36 | 33 | 0 | 113 | 352 | 21 | 25 |
| Binary | 101101 | 101111 | 1000000 | 11110 | 11011 | 0 | 1001011 | 11101010 | 10001 | 10101 |
Color Harmonies of #2D2F40
Complementary color
Monochromatic Colors of #2D2F40
Black with #2D2F40
Text Example
Text Example
White with #2D2F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2F40; }
p { color: rgb(45,47,64); }
H1.HeaderClassName
{
color: #2D2F40;
}
.AnyTagClassName
{
color: #2D2F40;
}
</style>
background-color css
<style>
a { background-color: #2D2F40; }
a { background-color: rgb(45,47,64); }
div.DivClassName
{
background-color: #2D2F40;
}
.BgClassName
{
background-color: #2D2F40;
}
</style>
border-color css
<style>
span { border-color: #2D2F40; }
span { border-color: rgb(45,47,64); }
td.TdClassName
{
border-color: #2D2F40;
}
.TagClassName
{
border-color: #2D2F40;
}
</style>