Shades of Tolopea #170C30
Tints of Tolopea #170C30
RGB
CMYK
RGB Variations
Color information
#170C30 (or 0x170C30) is known color: Tolopea. HEX triplet: 17, 0C and 30. RGB value is (23,12,48). Sum of RGB (Red+Green+Blue) = 23+12+48=83 (10% of max value = 765). Red value is 23 (9.38% from 255 or 27.71% from 83); Green value is 12 (5.08% from 255 or 14.46% from 83); Blue value is 48 (19.14% from 255 or 57.83% from 83); Max value from RGB is 48 - color contains mainly: blue. Hex color #170C30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170C30 is #E8F3CF. Grayscale: #131313. Windows color (decimal): -15266768 or 3148823. OLE color: 3148823.
HSL color Cylindrical-coordinate representation of color #170C30: hue angle of 258.33º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #170C30 is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 23 | 12 | 48 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.81 |
| HSL | 258.33º | 0.6% | 0.12% | - |
| HSV(B) | 258.33º | 0.75% | 0.19% | - |
| XYZ | 1.02 | 0.66 | 2.87 | - |
| YUV | 19.39 | 144.14 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 12 | 48 | 0.52 | 0.75 | 0 | 0.81 | 258.33 | 0.6 | 0.12 |
| Hex | 17 | C | 30 | 34 | 4B | 0 | 51 | 102 | 3C | C |
| Octal | 27 | 14 | 60 | 64 | 113 | 0 | 121 | 402 | 74 | 14 |
| Binary | 10111 | 1100 | 110000 | 110100 | 1001011 | 0 | 1010001 | 100000010 | 111100 | 1100 |
Color Harmonies of #170C30
Complementary color
Monochromatic Colors of #170C30
Black with #170C30
Text Example
Text Example
White with #170C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170C30; }
p { color: rgb(23,12,48); }
H1.HeaderClassName
{
color: #170C30;
}
.AnyTagClassName
{
color: #170C30;
}
</style>
background-color css
<style>
a { background-color: #170C30; }
a { background-color: rgb(23,12,48); }
div.DivClassName
{
background-color: #170C30;
}
.BgClassName
{
background-color: #170C30;
}
</style>
border-color css
<style>
span { border-color: #170C30; }
span { border-color: rgb(23,12,48); }
td.TdClassName
{
border-color: #170C30;
}
.TagClassName
{
border-color: #170C30;
}
</style>