Shades of Temptress #260D18
Tints of Temptress #260D18
RGB
CMYK
RGB Variations
Color information
#260D18 (or 0x260D18) is known color: Temptress. HEX triplet: 26, 0D and 18. RGB value is (38,13,24). Sum of RGB (Red+Green+Blue) = 38+13+24=75 (9% of max value = 765). Red value is 38 (15.23% from 255 or 50.67% from 75); Green value is 13 (5.47% from 255 or 17.33% from 75); Blue value is 24 (9.77% from 255 or 32% from 75); Max value from RGB is 38 - color contains mainly: red. Hex color #260D18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260D18 is #D9F2E7. Grayscale: #151515. Windows color (decimal): -14283496 or 1576230. OLE color: 1576230.
HSL color Cylindrical-coordinate representation of color #260D18: hue angle of 333.6º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #260D18 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 13 | 24 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.85 |
| HSL | 333.6º | 0.49% | 0.1% | - |
| HSV(B) | 333.6º | 0.66% | 0.15% | - |
| XYZ | 1.11 | 0.77 | 0.95 | - |
| YUV | 21.73 | 129.28 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 13 | 24 | 0 | 0.66 | 0.37 | 0.85 | 333.6 | 0.49 | 0.1 |
| Hex | 26 | D | 18 | 0 | 42 | 25 | 55 | 14E | 31 | A |
| Octal | 46 | 15 | 30 | 0 | 102 | 45 | 125 | 516 | 61 | 12 |
| Binary | 100110 | 1101 | 11000 | 0 | 1000010 | 100101 | 1010101 | 101001110 | 110001 | 1010 |
Color Harmonies of #260D18
Complementary color
Monochromatic Colors of #260D18
Black with #260D18
Text Example
Text Example
White with #260D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260D18; }
p { color: rgb(38,13,24); }
H1.HeaderClassName
{
color: #260D18;
}
.AnyTagClassName
{
color: #260D18;
}
</style>
background-color css
<style>
a { background-color: #260D18; }
a { background-color: rgb(38,13,24); }
div.DivClassName
{
background-color: #260D18;
}
.BgClassName
{
background-color: #260D18;
}
</style>
border-color css
<style>
span { border-color: #260D18; }
span { border-color: rgb(38,13,24); }
td.TdClassName
{
border-color: #260D18;
}
.TagClassName
{
border-color: #260D18;
}
</style>