Shades of Black Rock #2F3143
Tints of Black Rock #2F3143
RGB
CMYK
RGB Variations
Color information
#2F3143 (or 0x2F3143) is known color: Black Rock. HEX triplet: 2F, 31 and 43. RGB value is (47,49,67). Sum of RGB (Red+Green+Blue) = 47+49+67=163 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.83% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 67 (26.56% from 255 or 41.10% from 163); Max value from RGB is 67 - color contains mainly: blue. Hex color #2F3143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3143 is #D0CEBC. Grayscale: #323232. Windows color (decimal): -13684413 or 4403503. OLE color: 4403503.
HSL color Cylindrical-coordinate representation of color #2F3143: hue angle of 234º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2F3143 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 47 | 49 | 67 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.74 |
| HSL | 234º | 0.18% | 0.22% | - |
| HSV(B) | 234º | 0.3% | 0.26% | - |
| XYZ | 3.28 | 3.21 | 5.76 | - |
| YUV | 50.45 | 137.34 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 49 | 67 | 0.30 | 0.27 | 0 | 0.74 | 234 | 0.18 | 0.22 |
| Hex | 2F | 31 | 43 | 1E | 1B | 0 | 4A | EA | 12 | 16 |
| Octal | 57 | 61 | 103 | 36 | 33 | 0 | 112 | 352 | 22 | 26 |
| Binary | 101111 | 110001 | 1000011 | 11110 | 11011 | 0 | 1001010 | 11101010 | 10010 | 10110 |
Color Harmonies of #2F3143
Complementary color
Monochromatic Colors of #2F3143
Black with #2F3143
Text Example
Text Example
White with #2F3143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3143; }
p { color: rgb(47,49,67); }
H1.HeaderClassName
{
color: #2F3143;
}
.AnyTagClassName
{
color: #2F3143;
}
</style>
background-color css
<style>
a { background-color: #2F3143; }
a { background-color: rgb(47,49,67); }
div.DivClassName
{
background-color: #2F3143;
}
.BgClassName
{
background-color: #2F3143;
}
</style>
border-color css
<style>
span { border-color: #2F3143; }
span { border-color: rgb(47,49,67); }
td.TdClassName
{
border-color: #2F3143;
}
.TagClassName
{
border-color: #2F3143;
}
</style>