Shades of Tolopea #231842
Tints of Tolopea #231842
RGB
CMYK
RGB Variations
Color information
#231842 (or 0x231842) is known color: Tolopea. HEX triplet: 23, 18 and 42. RGB value is (35,24,66). Sum of RGB (Red+Green+Blue) = 35+24+66=125 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 66 (26.17% from 255 or 52.8% from 125); Max value from RGB is 66 - color contains mainly: blue. Hex color #231842 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231842 is #DCE7BD. Grayscale: #1F1F1F. Windows color (decimal): -14477246 or 4331555. OLE color: 4331555.
HSL color Cylindrical-coordinate representation of color #231842: hue angle of 255.71º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #231842 is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 35 | 24 | 66 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.74 |
| HSL | 255.71º | 0.47% | 0.18% | - |
| HSV(B) | 255.71º | 0.64% | 0.26% | - |
| XYZ | 2 | 1.4 | 5.32 | - |
| YUV | 32.08 | 147.14 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 24 | 66 | 0.47 | 0.64 | 0 | 0.74 | 255.71 | 0.47 | 0.18 |
| Hex | 23 | 18 | 42 | 2F | 40 | 0 | 4A | 100 | 2F | 12 |
| Octal | 43 | 30 | 102 | 57 | 100 | 0 | 112 | 400 | 57 | 22 |
| Binary | 100011 | 11000 | 1000010 | 101111 | 1000000 | 0 | 1001010 | 100000000 | 101111 | 10010 |
Color Harmonies of #231842
Complementary color
Monochromatic Colors of #231842
Black with #231842
Text Example
Text Example
White with #231842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231842; }
p { color: rgb(35,24,66); }
H1.HeaderClassName
{
color: #231842;
}
.AnyTagClassName
{
color: #231842;
}
</style>
background-color css
<style>
a { background-color: #231842; }
a { background-color: rgb(35,24,66); }
div.DivClassName
{
background-color: #231842;
}
.BgClassName
{
background-color: #231842;
}
</style>
border-color css
<style>
span { border-color: #231842; }
span { border-color: rgb(35,24,66); }
td.TdClassName
{
border-color: #231842;
}
.TagClassName
{
border-color: #231842;
}
</style>