Shades of Christalle #2B1959
Tints of Christalle #2B1959
RGB
CMYK
RGB Variations
Color information
#2B1959 (or 0x2B1959) is known color: Christalle. HEX triplet: 2B, 19 and 59. RGB value is (43,25,89). Sum of RGB (Red+Green+Blue) = 43+25+89=157 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.39% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 89 (35.16% from 255 or 56.69% from 157); Max value from RGB is 89 - color contains mainly: blue. Hex color #2B1959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1959 is #D4E6A6. Grayscale: #252525. Windows color (decimal): -13952679 or 5839147. OLE color: 5839147.
HSL color Cylindrical-coordinate representation of color #2B1959: hue angle of 256.88º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B1959 is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 25 | 89 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.65 |
| HSL | 256.88º | 0.56% | 0.22% | - |
| HSV(B) | 256.88º | 0.72% | 0.35% | - |
| XYZ | 3.15 | 1.93 | 9.66 | - |
| YUV | 37.68 | 156.96 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 25 | 89 | 0.52 | 0.72 | 0 | 0.65 | 256.88 | 0.56 | 0.22 |
| Hex | 2B | 19 | 59 | 34 | 48 | 0 | 41 | 101 | 38 | 16 |
| Octal | 53 | 31 | 131 | 64 | 110 | 0 | 101 | 401 | 70 | 26 |
| Binary | 101011 | 11001 | 1011001 | 110100 | 1001000 | 0 | 1000001 | 100000001 | 111000 | 10110 |
Color Harmonies of #2B1959
Complementary color
Monochromatic Colors of #2B1959
Black with #2B1959
Text Example
Text Example
White with #2B1959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1959; }
p { color: rgb(43,25,89); }
H1.HeaderClassName
{
color: #2B1959;
}
.AnyTagClassName
{
color: #2B1959;
}
</style>
background-color css
<style>
a { background-color: #2B1959; }
a { background-color: rgb(43,25,89); }
div.DivClassName
{
background-color: #2B1959;
}
.BgClassName
{
background-color: #2B1959;
}
</style>
border-color css
<style>
span { border-color: #2B1959; }
span { border-color: rgb(43,25,89); }
td.TdClassName
{
border-color: #2B1959;
}
.TagClassName
{
border-color: #2B1959;
}
</style>