Shades of Black Rock #282C40
Tints of Black Rock #282C40
RGB
CMYK
RGB Variations
Color information
#282C40 (or 0x282C40) is known color: Black Rock. HEX triplet: 28, 2C and 40. RGB value is (40,44,64). Sum of RGB (Red+Green+Blue) = 40+44+64=148 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.03% from 148); Green value is 44 (17.58% from 255 or 29.73% from 148); Blue value is 64 (25.39% from 255 or 43.24% from 148); Max value from RGB is 64 - color contains mainly: blue. Hex color #282C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282C40 is #D7D3BF. Grayscale: #2C2C2C. Windows color (decimal): -14144448 or 4205608. OLE color: 4205608.
HSL color Cylindrical-coordinate representation of color #282C40: hue angle of 230º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #282C40 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 44 | 64 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.75 |
| HSL | 230º | 0.23% | 0.2% | - |
| HSV(B) | 230º | 0.38% | 0.25% | - |
| XYZ | 2.7 | 2.62 | 5.21 | - |
| YUV | 45.08 | 138.67 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 64 | 0.38 | 0.31 | 0 | 0.75 | 230 | 0.23 | 0.2 |
| Hex | 28 | 2C | 40 | 26 | 1F | 0 | 4B | E6 | 17 | 14 |
| Octal | 50 | 54 | 100 | 46 | 37 | 0 | 113 | 346 | 27 | 24 |
| Binary | 101000 | 101100 | 1000000 | 100110 | 11111 | 0 | 1001011 | 11100110 | 10111 | 10100 |
Color Harmonies of #282C40
Complementary color
Monochromatic Colors of #282C40
Black with #282C40
Text Example
Text Example
White with #282C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282C40; }
p { color: rgb(40,44,64); }
H1.HeaderClassName
{
color: #282C40;
}
.AnyTagClassName
{
color: #282C40;
}
</style>
background-color css
<style>
a { background-color: #282C40; }
a { background-color: rgb(40,44,64); }
div.DivClassName
{
background-color: #282C40;
}
.BgClassName
{
background-color: #282C40;
}
</style>
border-color css
<style>
span { border-color: #282C40; }
span { border-color: rgb(40,44,64); }
td.TdClassName
{
border-color: #282C40;
}
.TagClassName
{
border-color: #282C40;
}
</style>