Shades of Black Rock #282937
Tints of Black Rock #282937
RGB
CMYK
RGB Variations
Color information
#282937 (or 0x282937) is known color: Black Rock. HEX triplet: 28, 29 and 37. RGB value is (40,41,55). Sum of RGB (Red+Green+Blue) = 40+41+55=136 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.41% from 136); Green value is 41 (16.41% from 255 or 30.15% from 136); Blue value is 55 (21.88% from 255 or 40.44% from 136); Max value from RGB is 55 - color contains mainly: blue. Hex color #282937 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282937 is #D7D6C8. Grayscale: #2A2A2A. Windows color (decimal): -14145225 or 3615016. OLE color: 3615016.
HSL color Cylindrical-coordinate representation of color #282937: hue angle of 236º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #282937 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 41 | 55 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.78 |
| HSL | 236º | 0.16% | 0.19% | - |
| HSV(B) | 236º | 0.27% | 0.22% | - |
| XYZ | 2.36 | 2.31 | 3.94 | - |
| YUV | 42.3 | 135.17 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 41 | 55 | 0.27 | 0.25 | 0 | 0.78 | 236 | 0.16 | 0.19 |
| Hex | 28 | 29 | 37 | 1B | 19 | 0 | 4E | EC | 10 | 13 |
| Octal | 50 | 51 | 67 | 33 | 31 | 0 | 116 | 354 | 20 | 23 |
| Binary | 101000 | 101001 | 110111 | 11011 | 11001 | 0 | 1001110 | 11101100 | 10000 | 10011 |
Color Harmonies of #282937
Complementary color
Monochromatic Colors of #282937
Black with #282937
Text Example
Text Example
White with #282937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282937; }
p { color: rgb(40,41,55); }
H1.HeaderClassName
{
color: #282937;
}
.AnyTagClassName
{
color: #282937;
}
</style>
background-color css
<style>
a { background-color: #282937; }
a { background-color: rgb(40,41,55); }
div.DivClassName
{
background-color: #282937;
}
.BgClassName
{
background-color: #282937;
}
</style>
border-color css
<style>
span { border-color: #282937; }
span { border-color: rgb(40,41,55); }
td.TdClassName
{
border-color: #282937;
}
.TagClassName
{
border-color: #282937;
}
</style>