Shades of Temptress #300F1C
Tints of Temptress #300F1C
RGB
CMYK
RGB Variations
Color information
#300F1C (or 0x300F1C) is known color: Temptress. HEX triplet: 30, 0F and 1C. RGB value is (48,15,28). Sum of RGB (Red+Green+Blue) = 48+15+28=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 15 (6.25% from 255 or 16.48% from 91); Blue value is 28 (11.33% from 255 or 30.77% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #300F1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300F1C is #CFF0E3. Grayscale: #1A1A1A. Windows color (decimal): -13627620 or 1838896. OLE color: 1838896.
HSL color Cylindrical-coordinate representation of color #300F1C: hue angle of 336.36º 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 #300F1C is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 15 | 28 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.81 |
| HSL | 336.36º | 0.52% | 0.12% | - |
| HSV(B) | 336.36º | 0.69% | 0.19% | - |
| XYZ | 1.6 | 1.05 | 1.22 | - |
| YUV | 26.35 | 128.93 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 15 | 28 | 0 | 0.69 | 0.42 | 0.81 | 336.36 | 0.52 | 0.12 |
| Hex | 30 | F | 1C | 0 | 45 | 2A | 51 | 150 | 34 | C |
| Octal | 60 | 17 | 34 | 0 | 105 | 52 | 121 | 520 | 64 | 14 |
| Binary | 110000 | 1111 | 11100 | 0 | 1000101 | 101010 | 1010001 | 101010000 | 110100 | 1100 |
Color Harmonies of #300F1C
Complementary color
Monochromatic Colors of #300F1C
Black with #300F1C
Text Example
Text Example
White with #300F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300F1C; }
p { color: rgb(48,15,28); }
H1.HeaderClassName
{
color: #300F1C;
}
.AnyTagClassName
{
color: #300F1C;
}
</style>
background-color css
<style>
a { background-color: #300F1C; }
a { background-color: rgb(48,15,28); }
div.DivClassName
{
background-color: #300F1C;
}
.BgClassName
{
background-color: #300F1C;
}
</style>
border-color css
<style>
span { border-color: #300F1C; }
span { border-color: rgb(48,15,28); }
td.TdClassName
{
border-color: #300F1C;
}
.TagClassName
{
border-color: #300F1C;
}
</style>