Shades of Tolopea #140733
Tints of Tolopea #140733
RGB
CMYK
RGB Variations
Color information
#140733 (or 0x140733) is known color: Tolopea. HEX triplet: 14, 07 and 33. RGB value is (20,7,51). Sum of RGB (Red+Green+Blue) = 20+7+51=78 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.64% from 78); Green value is 7 (3.12% from 255 or 8.97% from 78); Blue value is 51 (20.31% from 255 or 65.38% from 78); Max value from RGB is 51 - color contains mainly: blue. Hex color #140733 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140733 is #EBF8CC. Grayscale: #0F0F0F. Windows color (decimal): -15464653 or 3344148. OLE color: 3344148.
HSL color Cylindrical-coordinate representation of color #140733: hue angle of 257.73º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #140733 is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 20 | 7 | 51 | - |
| CMYK | 0.61 | 0.86 | 0 | 0.8 |
| HSL | 257.73º | 0.76% | 0.11% | - |
| HSV(B) | 257.73º | 0.86% | 0.2% | - |
| XYZ | 0.96 | 0.54 | 3.19 | - |
| YUV | 15.9 | 147.81 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 7 | 51 | 0.61 | 0.86 | 0 | 0.8 | 257.73 | 0.76 | 0.11 |
| Hex | 14 | 7 | 33 | 3D | 56 | 0 | 50 | 102 | 4C | B |
| Octal | 24 | 7 | 63 | 75 | 126 | 0 | 120 | 402 | 114 | 13 |
| Binary | 10100 | 111 | 110011 | 111101 | 1010110 | 0 | 1010000 | 100000010 | 1001100 | 1011 |
Color Harmonies of #140733
Complementary color
Monochromatic Colors of #140733
Black with #140733
Text Example
Text Example
White with #140733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140733; }
p { color: rgb(20,7,51); }
H1.HeaderClassName
{
color: #140733;
}
.AnyTagClassName
{
color: #140733;
}
</style>
background-color css
<style>
a { background-color: #140733; }
a { background-color: rgb(20,7,51); }
div.DivClassName
{
background-color: #140733;
}
.BgClassName
{
background-color: #140733;
}
</style>
border-color css
<style>
span { border-color: #140733; }
span { border-color: rgb(20,7,51); }
td.TdClassName
{
border-color: #140733;
}
.TagClassName
{
border-color: #140733;
}
</style>