Shades of Deep Koamaru #282960
Tints of Deep Koamaru #282960
RGB
CMYK
RGB Variations
Color information
#282960 (or 0x282960) is known color: Deep Koamaru. HEX triplet: 28, 29 and 60. RGB value is (40,41,96). Sum of RGB (Red+Green+Blue) = 40+41+96=177 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.60% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 96 (37.89% from 255 or 54.24% from 177); Max value from RGB is 96 - color contains mainly: blue. Hex color #282960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282960 is #D7D69F. Grayscale: #2E2E2E. Windows color (decimal): -14145184 or 6301992. OLE color: 6301992.
HSL color Cylindrical-coordinate representation of color #282960: hue angle of 238.93º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #282960 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 40 | 41 | 96 | - |
| CMYK | 0.58 | 0.57 | 0 | 0.62 |
| HSL | 238.93º | 0.41% | 0.27% | - |
| HSV(B) | 238.93º | 0.58% | 0.38% | - |
| XYZ | 3.78 | 2.88 | 11.42 | - |
| YUV | 46.97 | 155.67 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 41 | 96 | 0.58 | 0.57 | 0 | 0.62 | 238.93 | 0.41 | 0.27 |
| Hex | 28 | 29 | 60 | 3A | 39 | 0 | 3E | EF | 29 | 1B |
| Octal | 50 | 51 | 140 | 72 | 71 | 0 | 76 | 357 | 51 | 33 |
| Binary | 101000 | 101001 | 1100000 | 111010 | 111001 | 0 | 111110 | 11101111 | 101001 | 11011 |
Color Harmonies of #282960
Complementary color
Monochromatic Colors of #282960
Black with #282960
Text Example
Text Example
White with #282960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282960; }
p { color: rgb(40,41,96); }
H1.HeaderClassName
{
color: #282960;
}
.AnyTagClassName
{
color: #282960;
}
</style>
background-color css
<style>
a { background-color: #282960; }
a { background-color: rgb(40,41,96); }
div.DivClassName
{
background-color: #282960;
}
.BgClassName
{
background-color: #282960;
}
</style>
border-color css
<style>
span { border-color: #282960; }
span { border-color: rgb(40,41,96); }
td.TdClassName
{
border-color: #282960;
}
.TagClassName
{
border-color: #282960;
}
</style>