Shades of Black Rock #2B2D40
Tints of Black Rock #2B2D40
RGB
CMYK
RGB Variations
Color information
#2B2D40 (or 0x2B2D40) is known color: Black Rock. HEX triplet: 2B, 2D and 40. RGB value is (43,45,64). Sum of RGB (Red+Green+Blue) = 43+45+64=152 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.29% from 152); Green value is 45 (17.97% from 255 or 29.61% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 64 - color contains mainly: blue. Hex color #2B2D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2D40 is #D4D2BF. Grayscale: #2E2E2E. Windows color (decimal): -13947584 or 4205867. OLE color: 4205867.
HSL color Cylindrical-coordinate representation of color #2B2D40: hue angle of 234.29º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2B2D40 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 45 | 64 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.75 |
| HSL | 234.29º | 0.2% | 0.21% | - |
| HSV(B) | 234.29º | 0.33% | 0.25% | - |
| XYZ | 2.86 | 2.76 | 5.23 | - |
| YUV | 46.57 | 137.84 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 45 | 64 | 0.33 | 0.30 | 0 | 0.75 | 234.29 | 0.2 | 0.21 |
| Hex | 2B | 2D | 40 | 21 | 1E | 0 | 4B | EA | 14 | 15 |
| Octal | 53 | 55 | 100 | 41 | 36 | 0 | 113 | 352 | 24 | 25 |
| Binary | 101011 | 101101 | 1000000 | 100001 | 11110 | 0 | 1001011 | 11101010 | 10100 | 10101 |
Color Harmonies of #2B2D40
Complementary color
Monochromatic Colors of #2B2D40
Black with #2B2D40
Text Example
Text Example
White with #2B2D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2D40; }
p { color: rgb(43,45,64); }
H1.HeaderClassName
{
color: #2B2D40;
}
.AnyTagClassName
{
color: #2B2D40;
}
</style>
background-color css
<style>
a { background-color: #2B2D40; }
a { background-color: rgb(43,45,64); }
div.DivClassName
{
background-color: #2B2D40;
}
.BgClassName
{
background-color: #2B2D40;
}
</style>
border-color css
<style>
span { border-color: #2B2D40; }
span { border-color: rgb(43,45,64); }
td.TdClassName
{
border-color: #2B2D40;
}
.TagClassName
{
border-color: #2B2D40;
}
</style>