Shades of Tolopea #140830
Tints of Tolopea #140830
RGB
CMYK
RGB Variations
Color information
#140830 (or 0x140830) is known color: Tolopea. HEX triplet: 14, 08 and 30. RGB value is (20,8,48). Sum of RGB (Red+Green+Blue) = 20+8+48=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 48 (19.14% from 255 or 63.16% from 76); Max value from RGB is 48 - color contains mainly: blue. Hex color #140830 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140830 is #EBF7CF. Grayscale: #101010. Windows color (decimal): -15464400 or 3147796. OLE color: 3147796.
HSL color Cylindrical-coordinate representation of color #140830: hue angle of 258º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #140830 is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 20 | 8 | 48 | - |
| CMYK | 0.58 | 0.83 | 0 | 0.81 |
| HSL | 258º | 0.71% | 0.11% | - |
| HSV(B) | 258º | 0.83% | 0.19% | - |
| XYZ | 0.91 | 0.54 | 2.85 | - |
| YUV | 16.15 | 145.98 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 8 | 48 | 0.58 | 0.83 | 0 | 0.81 | 258 | 0.71 | 0.11 |
| Hex | 14 | 8 | 30 | 3A | 53 | 0 | 51 | 102 | 47 | B |
| Octal | 24 | 10 | 60 | 72 | 123 | 0 | 121 | 402 | 107 | 13 |
| Binary | 10100 | 1000 | 110000 | 111010 | 1010011 | 0 | 1010001 | 100000010 | 1000111 | 1011 |
Color Harmonies of #140830
Complementary color
Monochromatic Colors of #140830
Black with #140830
Text Example
Text Example
White with #140830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140830; }
p { color: rgb(20,8,48); }
H1.HeaderClassName
{
color: #140830;
}
.AnyTagClassName
{
color: #140830;
}
</style>
background-color css
<style>
a { background-color: #140830; }
a { background-color: rgb(20,8,48); }
div.DivClassName
{
background-color: #140830;
}
.BgClassName
{
background-color: #140830;
}
</style>
border-color css
<style>
span { border-color: #140830; }
span { border-color: rgb(20,8,48); }
td.TdClassName
{
border-color: #140830;
}
.TagClassName
{
border-color: #140830;
}
</style>