Shades of Black Rock #282A3B
Tints of Black Rock #282A3B
RGB
CMYK
RGB Variations
Color information
#282A3B (or 0x282A3B) is known color: Black Rock. HEX triplet: 28, 2A and 3B. RGB value is (40,42,59). Sum of RGB (Red+Green+Blue) = 40+42+59=141 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.37% from 141); Green value is 42 (16.80% from 255 or 29.79% from 141); Blue value is 59 (23.44% from 255 or 41.84% from 141); Max value from RGB is 59 - color contains mainly: blue. Hex color #282A3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282A3B is #D7D5C4. Grayscale: #2B2B2B. Windows color (decimal): -14144965 or 3877416. OLE color: 3877416.
HSL color Cylindrical-coordinate representation of color #282A3B: hue angle of 233.68º 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 #282A3B is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 40 | 42 | 59 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.77 |
| HSL | 233.68º | 0.19% | 0.19% | - |
| HSV(B) | 233.68º | 0.32% | 0.23% | - |
| XYZ | 2.49 | 2.42 | 4.47 | - |
| YUV | 43.34 | 136.84 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 59 | 0.32 | 0.29 | 0 | 0.77 | 233.68 | 0.19 | 0.19 |
| Hex | 28 | 2A | 3B | 20 | 1D | 0 | 4D | EA | 13 | 13 |
| Octal | 50 | 52 | 73 | 40 | 35 | 0 | 115 | 352 | 23 | 23 |
| Binary | 101000 | 101010 | 111011 | 100000 | 11101 | 0 | 1001101 | 11101010 | 10011 | 10011 |
Color Harmonies of #282A3B
Complementary color
Monochromatic Colors of #282A3B
Black with #282A3B
Text Example
Text Example
White with #282A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282A3B; }
p { color: rgb(40,42,59); }
H1.HeaderClassName
{
color: #282A3B;
}
.AnyTagClassName
{
color: #282A3B;
}
</style>
background-color css
<style>
a { background-color: #282A3B; }
a { background-color: rgb(40,42,59); }
div.DivClassName
{
background-color: #282A3B;
}
.BgClassName
{
background-color: #282A3B;
}
</style>
border-color css
<style>
span { border-color: #282A3B; }
span { border-color: rgb(40,42,59); }
td.TdClassName
{
border-color: #282A3B;
}
.TagClassName
{
border-color: #282A3B;
}
</style>