Shades of Temptress #300F1B
Tints of Temptress #300F1B
RGB
CMYK
RGB Variations
Color information
#300F1B (or 0x300F1B) is known color: Temptress. HEX triplet: 30, 0F and 1B. RGB value is (48,15,27). Sum of RGB (Red+Green+Blue) = 48+15+27=90 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.33% from 90); Green value is 15 (6.25% from 255 or 16.67% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 48 - color contains mainly: red. Hex color #300F1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300F1B is #CFF0E4. Grayscale: #1A1A1A. Windows color (decimal): -13627621 or 1773360. OLE color: 1773360.
HSL color Cylindrical-coordinate representation of color #300F1B: hue angle of 338.18º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #300F1B is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 15 | 27 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.81 |
| HSL | 338.18º | 0.52% | 0.12% | - |
| HSV(B) | 338.18º | 0.69% | 0.19% | - |
| XYZ | 1.59 | 1.05 | 1.16 | - |
| YUV | 26.24 | 128.43 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 15 | 27 | 0 | 0.69 | 0.44 | 0.81 | 338.18 | 0.52 | 0.12 |
| Hex | 30 | F | 1B | 0 | 45 | 2C | 51 | 152 | 34 | C |
| Octal | 60 | 17 | 33 | 0 | 105 | 54 | 121 | 522 | 64 | 14 |
| Binary | 110000 | 1111 | 11011 | 0 | 1000101 | 101100 | 1010001 | 101010010 | 110100 | 1100 |
Color Harmonies of #300F1B
Complementary color
Monochromatic Colors of #300F1B
Black with #300F1B
Text Example
Text Example
White with #300F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300F1B; }
p { color: rgb(48,15,27); }
H1.HeaderClassName
{
color: #300F1B;
}
.AnyTagClassName
{
color: #300F1B;
}
</style>
background-color css
<style>
a { background-color: #300F1B; }
a { background-color: rgb(48,15,27); }
div.DivClassName
{
background-color: #300F1B;
}
.BgClassName
{
background-color: #300F1B;
}
</style>
border-color css
<style>
span { border-color: #300F1B; }
span { border-color: rgb(48,15,27); }
td.TdClassName
{
border-color: #300F1B;
}
.TagClassName
{
border-color: #300F1B;
}
</style>