Shades of Deep Koamaru #28276B
Tints of Deep Koamaru #28276B
RGB
CMYK
RGB Variations
Color information
#28276B (or 0x28276B) is known color: Deep Koamaru. HEX triplet: 28, 27 and 6B. RGB value is (40,39,107). Sum of RGB (Red+Green+Blue) = 40+39+107=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 107 (42.19% from 255 or 57.53% from 186); Max value from RGB is 107 - color contains mainly: blue. Hex color #28276B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28276B is #D7D894. Grayscale: #2E2E2E. Windows color (decimal): -14145685 or 7022376. OLE color: 7022376.
HSL color Cylindrical-coordinate representation of color #28276B: hue angle of 240.88º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28276B is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 39 | 107 | - |
| CMYK | 0.63 | 0.64 | 0 | 0.58 |
| HSL | 240.88º | 0.47% | 0.29% | - |
| HSV(B) | 240.88º | 0.64% | 0.42% | - |
| XYZ | 4.25 | 2.96 | 14.26 | - |
| YUV | 47.05 | 161.83 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 39 | 107 | 0.63 | 0.64 | 0 | 0.58 | 240.88 | 0.47 | 0.29 |
| Hex | 28 | 27 | 6B | 3F | 40 | 0 | 3A | F1 | 2F | 1D |
| Octal | 50 | 47 | 153 | 77 | 100 | 0 | 72 | 361 | 57 | 35 |
| Binary | 101000 | 100111 | 1101011 | 111111 | 1000000 | 0 | 111010 | 11110001 | 101111 | 11101 |
Color Harmonies of #28276B
Complementary color
Monochromatic Colors of #28276B
Black with #28276B
Text Example
Text Example
White with #28276B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28276B; }
p { color: rgb(40,39,107); }
H1.HeaderClassName
{
color: #28276B;
}
.AnyTagClassName
{
color: #28276B;
}
</style>
background-color css
<style>
a { background-color: #28276B; }
a { background-color: rgb(40,39,107); }
div.DivClassName
{
background-color: #28276B;
}
.BgClassName
{
background-color: #28276B;
}
</style>
border-color css
<style>
span { border-color: #28276B; }
span { border-color: rgb(40,39,107); }
td.TdClassName
{
border-color: #28276B;
}
.TagClassName
{
border-color: #28276B;
}
</style>