Shades of Deep Koamaru #2B2969
Tints of Deep Koamaru #2B2969
RGB
CMYK
RGB Variations
Color information
#2B2969 (or 0x2B2969) is known color: Deep Koamaru. HEX triplet: 2B, 29 and 69. RGB value is (43,41,105). Sum of RGB (Red+Green+Blue) = 43+41+105=189 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.75% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 105 (41.41% from 255 or 55.56% from 189); Max value from RGB is 105 - color contains mainly: blue. Hex color #2B2969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2969 is #D4D696. Grayscale: #303030. Windows color (decimal): -13948567 or 6891819. OLE color: 6891819.
HSL color Cylindrical-coordinate representation of color #2B2969: hue angle of 241.88º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B2969 is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 41 | 105 | - |
| CMYK | 0.59 | 0.61 | 0 | 0.59 |
| HSL | 241.88º | 0.44% | 0.29% | - |
| HSV(B) | 241.88º | 0.61% | 0.41% | - |
| XYZ | 4.34 | 3.12 | 13.74 | - |
| YUV | 48.89 | 159.66 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 41 | 105 | 0.59 | 0.61 | 0 | 0.59 | 241.88 | 0.44 | 0.29 |
| Hex | 2B | 29 | 69 | 3B | 3D | 0 | 3B | F2 | 2C | 1D |
| Octal | 53 | 51 | 151 | 73 | 75 | 0 | 73 | 362 | 54 | 35 |
| Binary | 101011 | 101001 | 1101001 | 111011 | 111101 | 0 | 111011 | 11110010 | 101100 | 11101 |
Color Harmonies of #2B2969
Complementary color
Monochromatic Colors of #2B2969
Black with #2B2969
Text Example
Text Example
White with #2B2969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2969; }
p { color: rgb(43,41,105); }
H1.HeaderClassName
{
color: #2B2969;
}
.AnyTagClassName
{
color: #2B2969;
}
</style>
background-color css
<style>
a { background-color: #2B2969; }
a { background-color: rgb(43,41,105); }
div.DivClassName
{
background-color: #2B2969;
}
.BgClassName
{
background-color: #2B2969;
}
</style>
border-color css
<style>
span { border-color: #2B2969; }
span { border-color: rgb(43,41,105); }
td.TdClassName
{
border-color: #2B2969;
}
.TagClassName
{
border-color: #2B2969;
}
</style>