Shades of Deep Koamaru #28316B
Tints of Deep Koamaru #28316B
RGB
CMYK
RGB Variations
Color information
#28316B (or 0x28316B) is known color: Deep Koamaru. HEX triplet: 28, 31 and 6B. RGB value is (40,49,107). Sum of RGB (Red+Green+Blue) = 40+49+107=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 107 (42.19% from 255 or 54.59% from 196); Max value from RGB is 107 - color contains mainly: blue. Hex color #28316B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28316B is #D7CE94. Grayscale: #343434. Windows color (decimal): -14143125 or 7024936. OLE color: 7024936.
HSL color Cylindrical-coordinate representation of color #28316B: hue angle of 231.94º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28316B is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 49 | 107 | - |
| CMYK | 0.63 | 0.54 | 0 | 0.58 |
| HSL | 231.94º | 0.46% | 0.29% | - |
| HSV(B) | 231.94º | 0.63% | 0.42% | - |
| XYZ | 4.63 | 3.71 | 14.38 | - |
| YUV | 52.92 | 158.52 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 49 | 107 | 0.63 | 0.54 | 0 | 0.58 | 231.94 | 0.46 | 0.29 |
| Hex | 28 | 31 | 6B | 3F | 36 | 0 | 3A | E8 | 2E | 1D |
| Octal | 50 | 61 | 153 | 77 | 66 | 0 | 72 | 350 | 56 | 35 |
| Binary | 101000 | 110001 | 1101011 | 111111 | 110110 | 0 | 111010 | 11101000 | 101110 | 11101 |
Color Harmonies of #28316B
Complementary color
Monochromatic Colors of #28316B
Black with #28316B
Text Example
Text Example
White with #28316B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28316B; }
p { color: rgb(40,49,107); }
H1.HeaderClassName
{
color: #28316B;
}
.AnyTagClassName
{
color: #28316B;
}
</style>
background-color css
<style>
a { background-color: #28316B; }
a { background-color: rgb(40,49,107); }
div.DivClassName
{
background-color: #28316B;
}
.BgClassName
{
background-color: #28316B;
}
</style>
border-color css
<style>
span { border-color: #28316B; }
span { border-color: rgb(40,49,107); }
td.TdClassName
{
border-color: #28316B;
}
.TagClassName
{
border-color: #28316B;
}
</style>