Shades of Christalle #33015F
Tints of Christalle #33015F
RGB
CMYK
RGB Variations
Color information
#33015F (or 0x33015F) is known color: Christalle. HEX triplet: 33, 01 and 5F. RGB value is (51,1,95). Sum of RGB (Red+Green+Blue) = 51+1+95=147 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.69% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 95 (37.5% from 255 or 64.63% from 147); Max value from RGB is 95 - color contains mainly: blue. Hex color #33015F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33015F is #CCFEA0. Grayscale: #1A1A1A. Windows color (decimal): -13434529 or 6226227. OLE color: 6226227.
HSL color Cylindrical-coordinate representation of color #33015F: hue angle of 271.91º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #33015F is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 51 | 1 | 95 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.63 |
| HSL | 271.91º | 0.98% | 0.19% | - |
| HSV(B) | 271.91º | 0.99% | 0.37% | - |
| XYZ | 3.44 | 1.55 | 10.94 | - |
| YUV | 26.67 | 166.57 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 1 | 95 | 0.46 | 0.99 | 0 | 0.63 | 271.91 | 0.98 | 0.19 |
| Hex | 33 | 1 | 5F | 2E | 63 | 0 | 3F | 110 | 62 | 13 |
| Octal | 63 | 1 | 137 | 56 | 143 | 0 | 77 | 420 | 142 | 23 |
| Binary | 110011 | 1 | 1011111 | 101110 | 1100011 | 0 | 111111 | 100010000 | 1100010 | 10011 |
Color Harmonies of #33015F
Complementary color
Monochromatic Colors of #33015F
Black with #33015F
Text Example
Text Example
White with #33015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33015F; }
p { color: rgb(51,1,95); }
H1.HeaderClassName
{
color: #33015F;
}
.AnyTagClassName
{
color: #33015F;
}
</style>
background-color css
<style>
a { background-color: #33015F; }
a { background-color: rgb(51,1,95); }
div.DivClassName
{
background-color: #33015F;
}
.BgClassName
{
background-color: #33015F;
}
</style>
border-color css
<style>
span { border-color: #33015F; }
span { border-color: rgb(51,1,95); }
td.TdClassName
{
border-color: #33015F;
}
.TagClassName
{
border-color: #33015F;
}
</style>