Shades of Tolopea #23193D
Tints of Tolopea #23193D
RGB
CMYK
RGB Variations
Color information
#23193D (or 0x23193D) is known color: Tolopea. HEX triplet: 23, 19 and 3D. RGB value is (35,25,61). Sum of RGB (Red+Green+Blue) = 35+25+61=121 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.93% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 61 (24.22% from 255 or 50.41% from 121); Max value from RGB is 61 - color contains mainly: blue. Hex color #23193D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23193D is #DCE6C2. Grayscale: #1F1F1F. Windows color (decimal): -14476995 or 4004131. OLE color: 4004131.
HSL color Cylindrical-coordinate representation of color #23193D: hue angle of 256.67º 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 #23193D is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 25 | 61 | - |
| CMYK | 0.43 | 0.59 | 0 | 0.76 |
| HSL | 256.67º | 0.42% | 0.17% | - |
| HSV(B) | 256.67º | 0.59% | 0.24% | - |
| XYZ | 1.88 | 1.39 | 4.58 | - |
| YUV | 32.09 | 144.31 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 61 | 0.43 | 0.59 | 0 | 0.76 | 256.67 | 0.42 | 0.17 |
| Hex | 23 | 19 | 3D | 2B | 3B | 0 | 4C | 101 | 2A | 11 |
| Octal | 43 | 31 | 75 | 53 | 73 | 0 | 114 | 401 | 52 | 21 |
| Binary | 100011 | 11001 | 111101 | 101011 | 111011 | 0 | 1001100 | 100000001 | 101010 | 10001 |
Color Harmonies of #23193D
Complementary color
Monochromatic Colors of #23193D
Black with #23193D
Text Example
Text Example
White with #23193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23193D; }
p { color: rgb(35,25,61); }
H1.HeaderClassName
{
color: #23193D;
}
.AnyTagClassName
{
color: #23193D;
}
</style>
background-color css
<style>
a { background-color: #23193D; }
a { background-color: rgb(35,25,61); }
div.DivClassName
{
background-color: #23193D;
}
.BgClassName
{
background-color: #23193D;
}
</style>
border-color css
<style>
span { border-color: #23193D; }
span { border-color: rgb(35,25,61); }
td.TdClassName
{
border-color: #23193D;
}
.TagClassName
{
border-color: #23193D;
}
</style>