Shades of Tolopea #21193D
Tints of Tolopea #21193D
RGB
CMYK
RGB Variations
Color information
#21193D (or 0x21193D) is known color: Tolopea. HEX triplet: 21, 19 and 3D. RGB value is (33,25,61). Sum of RGB (Red+Green+Blue) = 33+25+61=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 61 (24.22% from 255 or 51.26% from 119); Max value from RGB is 61 - color contains mainly: blue. Hex color #21193D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21193D is #DEE6C2. Grayscale: #1F1F1F. Windows color (decimal): -14608067 or 4004129. OLE color: 4004129.
HSL color Cylindrical-coordinate representation of color #21193D: hue angle of 253.33º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #21193D is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 25 | 61 | - |
| CMYK | 0.46 | 0.59 | 0 | 0.76 |
| HSL | 253.33º | 0.42% | 0.17% | - |
| HSV(B) | 253.33º | 0.59% | 0.24% | - |
| XYZ | 1.82 | 1.36 | 4.58 | - |
| YUV | 31.5 | 144.65 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 25 | 61 | 0.46 | 0.59 | 0 | 0.76 | 253.33 | 0.42 | 0.17 |
| Hex | 21 | 19 | 3D | 2E | 3B | 0 | 4C | FD | 2A | 11 |
| Octal | 41 | 31 | 75 | 56 | 73 | 0 | 114 | 375 | 52 | 21 |
| Binary | 100001 | 11001 | 111101 | 101110 | 111011 | 0 | 1001100 | 11111101 | 101010 | 10001 |
Color Harmonies of #21193D
Complementary color
Monochromatic Colors of #21193D
Black with #21193D
Text Example
Text Example
White with #21193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21193D; }
p { color: rgb(33,25,61); }
H1.HeaderClassName
{
color: #21193D;
}
.AnyTagClassName
{
color: #21193D;
}
</style>
background-color css
<style>
a { background-color: #21193D; }
a { background-color: rgb(33,25,61); }
div.DivClassName
{
background-color: #21193D;
}
.BgClassName
{
background-color: #21193D;
}
</style>
border-color css
<style>
span { border-color: #21193D; }
span { border-color: rgb(33,25,61); }
td.TdClassName
{
border-color: #21193D;
}
.TagClassName
{
border-color: #21193D;
}
</style>