Shades of Black Rock #282B3E
Tints of Black Rock #282B3E
RGB
CMYK
RGB Variations
Color information
#282B3E (or 0x282B3E) is known color: Black Rock. HEX triplet: 28, 2B and 3E. RGB value is (40,43,62). Sum of RGB (Red+Green+Blue) = 40+43+62=145 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.59% from 145); Green value is 43 (17.19% from 255 or 29.66% from 145); Blue value is 62 (24.61% from 255 or 42.76% from 145); Max value from RGB is 62 - color contains mainly: blue. Hex color #282B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282B3E is #D7D4C1. Grayscale: #2C2C2C. Windows color (decimal): -14144706 or 4074280. OLE color: 4074280.
HSL color Cylindrical-coordinate representation of color #282B3E: hue angle of 231.82º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #282B3E is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 43 | 62 | - |
| CMYK | 0.35 | 0.31 | 0 | 0.76 |
| HSL | 231.82º | 0.22% | 0.2% | - |
| HSV(B) | 231.82º | 0.35% | 0.24% | - |
| XYZ | 2.61 | 2.53 | 4.91 | - |
| YUV | 44.27 | 138.01 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 43 | 62 | 0.35 | 0.31 | 0 | 0.76 | 231.82 | 0.22 | 0.2 |
| Hex | 28 | 2B | 3E | 23 | 1F | 0 | 4C | E8 | 16 | 14 |
| Octal | 50 | 53 | 76 | 43 | 37 | 0 | 114 | 350 | 26 | 24 |
| Binary | 101000 | 101011 | 111110 | 100011 | 11111 | 0 | 1001100 | 11101000 | 10110 | 10100 |
Color Harmonies of #282B3E
Complementary color
Monochromatic Colors of #282B3E
Black with #282B3E
Text Example
Text Example
White with #282B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282B3E; }
p { color: rgb(40,43,62); }
H1.HeaderClassName
{
color: #282B3E;
}
.AnyTagClassName
{
color: #282B3E;
}
</style>
background-color css
<style>
a { background-color: #282B3E; }
a { background-color: rgb(40,43,62); }
div.DivClassName
{
background-color: #282B3E;
}
.BgClassName
{
background-color: #282B3E;
}
</style>
border-color css
<style>
span { border-color: #282B3E; }
span { border-color: rgb(40,43,62); }
td.TdClassName
{
border-color: #282B3E;
}
.TagClassName
{
border-color: #282B3E;
}
</style>