Shades of Tolopea #100335
Tints of Tolopea #100335
RGB
CMYK
RGB Variations
Color information
#100335 (or 0x100335) is known color: Tolopea. HEX triplet: 10, 03 and 35. RGB value is (16,3,53). Sum of RGB (Red+Green+Blue) = 16+3+53=72 (9% of max value = 765). Red value is 16 (6.64% from 255 or 22.22% from 72); Green value is 3 (1.56% from 255 or 4.17% from 72); Blue value is 53 (21.09% from 255 or 73.61% from 72); Max value from RGB is 53 - color contains mainly: blue. Hex color #100335 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100335 is #EFFCCA. Grayscale: #0C0C0C. Windows color (decimal): -15727819 or 3474192. OLE color: 3474192.
HSL color Cylindrical-coordinate representation of color #100335: hue angle of 255.6º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100335 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 16 | 3 | 53 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.79 |
| HSL | 255.6º | 0.89% | 0.11% | - |
| HSV(B) | 255.6º | 0.94% | 0.21% | - |
| XYZ | 0.89 | 0.43 | 3.4 | - |
| YUV | 12.59 | 150.81 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 3 | 53 | 0.70 | 0.94 | 0 | 0.79 | 255.6 | 0.89 | 0.11 |
| Hex | 10 | 3 | 35 | 46 | 5E | 0 | 4F | 100 | 59 | B |
| Octal | 20 | 3 | 65 | 106 | 136 | 0 | 117 | 400 | 131 | 13 |
| Binary | 10000 | 11 | 110101 | 1000110 | 1011110 | 0 | 1001111 | 100000000 | 1011001 | 1011 |
Color Harmonies of #100335
Complementary color
Monochromatic Colors of #100335
Black with #100335
Text Example
Text Example
White with #100335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100335; }
p { color: rgb(16,3,53); }
H1.HeaderClassName
{
color: #100335;
}
.AnyTagClassName
{
color: #100335;
}
</style>
background-color css
<style>
a { background-color: #100335; }
a { background-color: rgb(16,3,53); }
div.DivClassName
{
background-color: #100335;
}
.BgClassName
{
background-color: #100335;
}
</style>
border-color css
<style>
span { border-color: #100335; }
span { border-color: rgb(16,3,53); }
td.TdClassName
{
border-color: #100335;
}
.TagClassName
{
border-color: #100335;
}
</style>