Shades of Tolopea #1F133C
Tints of Tolopea #1F133C
RGB
CMYK
RGB Variations
Color information
#1F133C (or 0x1F133C) is known color: Tolopea. HEX triplet: 1F, 13 and 3C. RGB value is (31,19,60). Sum of RGB (Red+Green+Blue) = 31+19+60=110 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.18% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 60 (23.83% from 255 or 54.55% from 110); Max value from RGB is 60 - color contains mainly: blue. Hex color #1F133C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F133C is #E0ECC3. Grayscale: #1B1B1B. Windows color (decimal): -14740676 or 3937055. OLE color: 3937055.
HSL color Cylindrical-coordinate representation of color #1F133C: hue angle of 257.56º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F133C is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 19 | 60 | - |
| CMYK | 0.48 | 0.68 | 0 | 0.76 |
| HSL | 257.56º | 0.52% | 0.15% | - |
| HSV(B) | 257.56º | 0.68% | 0.24% | - |
| XYZ | 1.61 | 1.08 | 4.4 | - |
| YUV | 27.26 | 146.48 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 19 | 60 | 0.48 | 0.68 | 0 | 0.76 | 257.56 | 0.52 | 0.15 |
| Hex | 1F | 13 | 3C | 30 | 44 | 0 | 4C | 102 | 34 | F |
| Octal | 37 | 23 | 74 | 60 | 104 | 0 | 114 | 402 | 64 | 17 |
| Binary | 11111 | 10011 | 111100 | 110000 | 1000100 | 0 | 1001100 | 100000010 | 110100 | 1111 |
Color Harmonies of #1F133C
Complementary color
Monochromatic Colors of #1F133C
Black with #1F133C
Text Example
Text Example
White with #1F133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F133C; }
p { color: rgb(31,19,60); }
H1.HeaderClassName
{
color: #1F133C;
}
.AnyTagClassName
{
color: #1F133C;
}
</style>
background-color css
<style>
a { background-color: #1F133C; }
a { background-color: rgb(31,19,60); }
div.DivClassName
{
background-color: #1F133C;
}
.BgClassName
{
background-color: #1F133C;
}
</style>
border-color css
<style>
span { border-color: #1F133C; }
span { border-color: rgb(31,19,60); }
td.TdClassName
{
border-color: #1F133C;
}
.TagClassName
{
border-color: #1F133C;
}
</style>