Shades of Black Rock #2B2C36
Tints of Black Rock #2B2C36
RGB
CMYK
RGB Variations
Color information
#2B2C36 (or 0x2B2C36) is known color: Black Rock. HEX triplet: 2B, 2C and 36. RGB value is (43,44,54). Sum of RGB (Red+Green+Blue) = 43+44+54=141 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.50% from 141); Green value is 44 (17.58% from 255 or 31.21% from 141); Blue value is 54 (21.48% from 255 or 38.30% from 141); Max value from RGB is 54 - color contains mainly: blue. Hex color #2B2C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2C36 is #D4D3C9. Grayscale: #2C2C2C. Windows color (decimal): -13947850 or 3550251. OLE color: 3550251.
HSL color Cylindrical-coordinate representation of color #2B2C36: hue angle of 234.55º degrees, saturation: 0.11, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2B2C36 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 43 | 44 | 54 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.79 |
| HSL | 234.55º | 0.11% | 0.19% | - |
| HSV(B) | 234.55º | 0.2% | 0.21% | - |
| XYZ | 2.56 | 2.58 | 3.85 | - |
| YUV | 44.84 | 133.17 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 44 | 54 | 0.20 | 0.19 | 0 | 0.79 | 234.55 | 0.11 | 0.19 |
| Hex | 2B | 2C | 36 | 14 | 13 | 0 | 4F | EB | B | 13 |
| Octal | 53 | 54 | 66 | 24 | 23 | 0 | 117 | 353 | 13 | 23 |
| Binary | 101011 | 101100 | 110110 | 10100 | 10011 | 0 | 1001111 | 11101011 | 1011 | 10011 |
Color Harmonies of #2B2C36
Complementary color
Monochromatic Colors of #2B2C36
Black with #2B2C36
Text Example
Text Example
White with #2B2C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2C36; }
p { color: rgb(43,44,54); }
H1.HeaderClassName
{
color: #2B2C36;
}
.AnyTagClassName
{
color: #2B2C36;
}
</style>
background-color css
<style>
a { background-color: #2B2C36; }
a { background-color: rgb(43,44,54); }
div.DivClassName
{
background-color: #2B2C36;
}
.BgClassName
{
background-color: #2B2C36;
}
</style>
border-color css
<style>
span { border-color: #2B2C36; }
span { border-color: rgb(43,44,54); }
td.TdClassName
{
border-color: #2B2C36;
}
.TagClassName
{
border-color: #2B2C36;
}
</style>