Shades of Black Rock #2B2F3F
Tints of Black Rock #2B2F3F
RGB
CMYK
RGB Variations
Color information
#2B2F3F (or 0x2B2F3F) is known color: Black Rock. HEX triplet: 2B, 2F and 3F. RGB value is (43,47,63). Sum of RGB (Red+Green+Blue) = 43+47+63=153 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.10% from 153); Green value is 47 (18.75% from 255 or 30.72% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 63 - color contains mainly: blue. Hex color #2B2F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2F3F is #D4D0C0. Grayscale: #2F2F2F. Windows color (decimal): -13947073 or 4140843. OLE color: 4140843.
HSL color Cylindrical-coordinate representation of color #2B2F3F: hue angle of 228º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2B2F3F is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 47 | 63 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.75 |
| HSL | 228º | 0.19% | 0.21% | - |
| HSV(B) | 228º | 0.32% | 0.25% | - |
| XYZ | 2.91 | 2.91 | 5.11 | - |
| YUV | 47.63 | 136.67 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 47 | 63 | 0.32 | 0.25 | 0 | 0.75 | 228 | 0.19 | 0.21 |
| Hex | 2B | 2F | 3F | 20 | 19 | 0 | 4B | E4 | 13 | 15 |
| Octal | 53 | 57 | 77 | 40 | 31 | 0 | 113 | 344 | 23 | 25 |
| Binary | 101011 | 101111 | 111111 | 100000 | 11001 | 0 | 1001011 | 11100100 | 10011 | 10101 |
Color Harmonies of #2B2F3F
Complementary color
Monochromatic Colors of #2B2F3F
Black with #2B2F3F
Text Example
Text Example
White with #2B2F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2F3F; }
p { color: rgb(43,47,63); }
H1.HeaderClassName
{
color: #2B2F3F;
}
.AnyTagClassName
{
color: #2B2F3F;
}
</style>
background-color css
<style>
a { background-color: #2B2F3F; }
a { background-color: rgb(43,47,63); }
div.DivClassName
{
background-color: #2B2F3F;
}
.BgClassName
{
background-color: #2B2F3F;
}
</style>
border-color css
<style>
span { border-color: #2B2F3F; }
span { border-color: rgb(43,47,63); }
td.TdClassName
{
border-color: #2B2F3F;
}
.TagClassName
{
border-color: #2B2F3F;
}
</style>