Shades of Black Rock #282938
Tints of Black Rock #282938
RGB
CMYK
RGB Variations
Color information
#282938 (or 0x282938) is known color: Black Rock. HEX triplet: 28, 29 and 38. RGB value is (40,41,56). Sum of RGB (Red+Green+Blue) = 40+41+56=137 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.20% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 56 (22.27% from 255 or 40.88% from 137); Max value from RGB is 56 - color contains mainly: blue. Hex color #282938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282938 is #D7D6C7. Grayscale: #2A2A2A. Windows color (decimal): -14145224 or 3680552. OLE color: 3680552.
HSL color Cylindrical-coordinate representation of color #282938: hue angle of 236.25º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #282938 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 41 | 56 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.78 |
| HSL | 236.25º | 0.17% | 0.19% | - |
| HSV(B) | 236.25º | 0.29% | 0.22% | - |
| XYZ | 2.38 | 2.32 | 4.06 | - |
| YUV | 42.41 | 135.67 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 41 | 56 | 0.29 | 0.27 | 0 | 0.78 | 236.25 | 0.17 | 0.19 |
| Hex | 28 | 29 | 38 | 1D | 1B | 0 | 4E | EC | 11 | 13 |
| Octal | 50 | 51 | 70 | 35 | 33 | 0 | 116 | 354 | 21 | 23 |
| Binary | 101000 | 101001 | 111000 | 11101 | 11011 | 0 | 1001110 | 11101100 | 10001 | 10011 |
Color Harmonies of #282938
Complementary color
Monochromatic Colors of #282938
Black with #282938
Text Example
Text Example
White with #282938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282938; }
p { color: rgb(40,41,56); }
H1.HeaderClassName
{
color: #282938;
}
.AnyTagClassName
{
color: #282938;
}
</style>
background-color css
<style>
a { background-color: #282938; }
a { background-color: rgb(40,41,56); }
div.DivClassName
{
background-color: #282938;
}
.BgClassName
{
background-color: #282938;
}
</style>
border-color css
<style>
span { border-color: #282938; }
span { border-color: rgb(40,41,56); }
td.TdClassName
{
border-color: #282938;
}
.TagClassName
{
border-color: #282938;
}
</style>