Shades of Black Rock #282A38
Tints of Black Rock #282A38
RGB
CMYK
RGB Variations
Color information
#282A38 (or 0x282A38) is known color: Black Rock. HEX triplet: 28, 2A and 38. RGB value is (40,42,56). Sum of RGB (Red+Green+Blue) = 40+42+56=138 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.99% from 138); Green value is 42 (16.80% from 255 or 30.43% from 138); Blue value is 56 (22.27% from 255 or 40.58% from 138); Max value from RGB is 56 - color contains mainly: blue. Hex color #282A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282A38 is #D7D5C7. Grayscale: #2A2A2A. Windows color (decimal): -14144968 or 3680808. OLE color: 3680808.
HSL color Cylindrical-coordinate representation of color #282A38: hue angle of 232.5º 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 #282A38 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 42 | 56 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.78 |
| HSL | 232.5º | 0.17% | 0.19% | - |
| HSV(B) | 232.5º | 0.29% | 0.22% | - |
| XYZ | 2.42 | 2.39 | 4.08 | - |
| YUV | 43 | 135.34 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 56 | 0.29 | 0.25 | 0 | 0.78 | 232.5 | 0.17 | 0.19 |
| Hex | 28 | 2A | 38 | 1D | 19 | 0 | 4E | E8 | 11 | 13 |
| Octal | 50 | 52 | 70 | 35 | 31 | 0 | 116 | 350 | 21 | 23 |
| Binary | 101000 | 101010 | 111000 | 11101 | 11001 | 0 | 1001110 | 11101000 | 10001 | 10011 |
Color Harmonies of #282A38
Complementary color
Monochromatic Colors of #282A38
Black with #282A38
Text Example
Text Example
White with #282A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282A38; }
p { color: rgb(40,42,56); }
H1.HeaderClassName
{
color: #282A38;
}
.AnyTagClassName
{
color: #282A38;
}
</style>
background-color css
<style>
a { background-color: #282A38; }
a { background-color: rgb(40,42,56); }
div.DivClassName
{
background-color: #282A38;
}
.BgClassName
{
background-color: #282A38;
}
</style>
border-color css
<style>
span { border-color: #282A38; }
span { border-color: rgb(40,42,56); }
td.TdClassName
{
border-color: #282A38;
}
.TagClassName
{
border-color: #282A38;
}
</style>