Shades of Black Rock #28293B
Tints of Black Rock #28293B
RGB
CMYK
RGB Variations
Color information
#28293B (or 0x28293B) is known color: Black Rock. HEX triplet: 28, 29 and 3B. RGB value is (40,41,59). Sum of RGB (Red+Green+Blue) = 40+41+59=140 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.57% from 140); Green value is 41 (16.41% from 255 or 29.29% from 140); Blue value is 59 (23.44% from 255 or 42.14% from 140); Max value from RGB is 59 - color contains mainly: blue. Hex color #28293B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28293B is #D7D6C4. Grayscale: #2A2A2A. Windows color (decimal): -14145221 or 3877160. OLE color: 3877160.
HSL color Cylindrical-coordinate representation of color #28293B: hue angle of 236.84º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #28293B is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 40 | 41 | 59 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.77 |
| HSL | 236.84º | 0.19% | 0.19% | - |
| HSV(B) | 236.84º | 0.32% | 0.23% | - |
| XYZ | 2.46 | 2.35 | 4.46 | - |
| YUV | 42.75 | 137.17 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 41 | 59 | 0.32 | 0.31 | 0 | 0.77 | 236.84 | 0.19 | 0.19 |
| Hex | 28 | 29 | 3B | 20 | 1F | 0 | 4D | ED | 13 | 13 |
| Octal | 50 | 51 | 73 | 40 | 37 | 0 | 115 | 355 | 23 | 23 |
| Binary | 101000 | 101001 | 111011 | 100000 | 11111 | 0 | 1001101 | 11101101 | 10011 | 10011 |
Color Harmonies of #28293B
Complementary color
Monochromatic Colors of #28293B
Black with #28293B
Text Example
Text Example
White with #28293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28293B; }
p { color: rgb(40,41,59); }
H1.HeaderClassName
{
color: #28293B;
}
.AnyTagClassName
{
color: #28293B;
}
</style>
background-color css
<style>
a { background-color: #28293B; }
a { background-color: rgb(40,41,59); }
div.DivClassName
{
background-color: #28293B;
}
.BgClassName
{
background-color: #28293B;
}
</style>
border-color css
<style>
span { border-color: #28293B; }
span { border-color: rgb(40,41,59); }
td.TdClassName
{
border-color: #28293B;
}
.TagClassName
{
border-color: #28293B;
}
</style>