Shades of Christalle #300F65
Tints of Christalle #300F65
RGB
CMYK
RGB Variations
Color information
#300F65 (or 0x300F65) is known color: Christalle. HEX triplet: 30, 0F and 65. RGB value is (48,15,101). Sum of RGB (Red+Green+Blue) = 48+15+101=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 101 (39.84% from 255 or 61.59% from 164); Max value from RGB is 101 - color contains mainly: blue. Hex color #300F65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300F65 is #CFF09A. Grayscale: #222222. Windows color (decimal): -13627547 or 6623024. OLE color: 6623024.
HSL color Cylindrical-coordinate representation of color #300F65: hue angle of 263.02º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #300F65 is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 15 | 101 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.60 |
| HSL | 263.02º | 0.74% | 0.23% | - |
| HSV(B) | 263.02º | 0.85% | 0.4% | - |
| XYZ | 3.74 | 1.91 | 12.48 | - |
| YUV | 34.67 | 165.43 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 15 | 101 | 0.52 | 0.85 | 0 | 0.60 | 263.02 | 0.74 | 0.23 |
| Hex | 30 | F | 65 | 34 | 55 | 0 | 3C | 107 | 4A | 17 |
| Octal | 60 | 17 | 145 | 64 | 125 | 0 | 74 | 407 | 112 | 27 |
| Binary | 110000 | 1111 | 1100101 | 110100 | 1010101 | 0 | 111100 | 100000111 | 1001010 | 10111 |
Color Harmonies of #300F65
Complementary color
Monochromatic Colors of #300F65
Black with #300F65
Text Example
Text Example
White with #300F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300F65; }
p { color: rgb(48,15,101); }
H1.HeaderClassName
{
color: #300F65;
}
.AnyTagClassName
{
color: #300F65;
}
</style>
background-color css
<style>
a { background-color: #300F65; }
a { background-color: rgb(48,15,101); }
div.DivClassName
{
background-color: #300F65;
}
.BgClassName
{
background-color: #300F65;
}
</style>
border-color css
<style>
span { border-color: #300F65; }
span { border-color: rgb(48,15,101); }
td.TdClassName
{
border-color: #300F65;
}
.TagClassName
{
border-color: #300F65;
}
</style>