Shades of Black Rock #282A39
Tints of Black Rock #282A39
RGB
CMYK
RGB Variations
Color information
#282A39 (or 0x282A39) is known color: Black Rock. HEX triplet: 28, 2A and 39. RGB value is (40,42,57). Sum of RGB (Red+Green+Blue) = 40+42+57=139 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.78% from 139); Green value is 42 (16.80% from 255 or 30.22% from 139); Blue value is 57 (22.66% from 255 or 41.01% from 139); Max value from RGB is 57 - color contains mainly: blue. Hex color #282A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282A39 is #D7D5C6. Grayscale: #2B2B2B. Windows color (decimal): -14144967 or 3746344. OLE color: 3746344.
HSL color Cylindrical-coordinate representation of color #282A39: hue angle of 232.94º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #282A39 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 42 | 57 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.78 |
| HSL | 232.94º | 0.18% | 0.19% | - |
| HSV(B) | 232.94º | 0.3% | 0.22% | - |
| XYZ | 2.44 | 2.4 | 4.21 | - |
| YUV | 43.11 | 135.84 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 57 | 0.30 | 0.26 | 0 | 0.78 | 232.94 | 0.18 | 0.19 |
| Hex | 28 | 2A | 39 | 1E | 1A | 0 | 4E | E9 | 12 | 13 |
| Octal | 50 | 52 | 71 | 36 | 32 | 0 | 116 | 351 | 22 | 23 |
| Binary | 101000 | 101010 | 111001 | 11110 | 11010 | 0 | 1001110 | 11101001 | 10010 | 10011 |
Color Harmonies of #282A39
Complementary color
Monochromatic Colors of #282A39
Black with #282A39
Text Example
Text Example
White with #282A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282A39; }
p { color: rgb(40,42,57); }
H1.HeaderClassName
{
color: #282A39;
}
.AnyTagClassName
{
color: #282A39;
}
</style>
background-color css
<style>
a { background-color: #282A39; }
a { background-color: rgb(40,42,57); }
div.DivClassName
{
background-color: #282A39;
}
.BgClassName
{
background-color: #282A39;
}
</style>
border-color css
<style>
span { border-color: #282A39; }
span { border-color: rgb(40,42,57); }
td.TdClassName
{
border-color: #282A39;
}
.TagClassName
{
border-color: #282A39;
}
</style>