Shades of Temptress #301B22
Tints of Temptress #301B22
RGB
CMYK
RGB Variations
Color information
#301B22 (or 0x301B22) is known color: Temptress. HEX triplet: 30, 1B and 22. RGB value is (48,27,34). Sum of RGB (Red+Green+Blue) = 48+27+34=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 27 (10.94% from 255 or 24.77% from 109); Blue value is 34 (13.67% from 255 or 31.19% from 109); Max value from RGB is 48 - color contains mainly: red. Hex color #301B22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301B22 is #CFE4DD. Grayscale: #222222. Windows color (decimal): -13624542 or 2235184. OLE color: 2235184.
HSL color Cylindrical-coordinate representation of color #301B22: hue angle of 340º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #301B22 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 27 | 34 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.81 |
| HSL | 340º | 0.28% | 0.15% | - |
| HSV(B) | 340º | 0.44% | 0.19% | - |
| XYZ | 1.9 | 1.53 | 1.71 | - |
| YUV | 34.08 | 127.96 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 27 | 34 | 0 | 0.44 | 0.29 | 0.81 | 340 | 0.28 | 0.15 |
| Hex | 30 | 1B | 22 | 0 | 2C | 1D | 51 | 154 | 1C | F |
| Octal | 60 | 33 | 42 | 0 | 54 | 35 | 121 | 524 | 34 | 17 |
| Binary | 110000 | 11011 | 100010 | 0 | 101100 | 11101 | 1010001 | 101010100 | 11100 | 1111 |
Color Harmonies of #301B22
Complementary color
Monochromatic Colors of #301B22
Black with #301B22
Text Example
Text Example
White with #301B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301B22; }
p { color: rgb(48,27,34); }
H1.HeaderClassName
{
color: #301B22;
}
.AnyTagClassName
{
color: #301B22;
}
</style>
background-color css
<style>
a { background-color: #301B22; }
a { background-color: rgb(48,27,34); }
div.DivClassName
{
background-color: #301B22;
}
.BgClassName
{
background-color: #301B22;
}
</style>
border-color css
<style>
span { border-color: #301B22; }
span { border-color: rgb(48,27,34); }
td.TdClassName
{
border-color: #301B22;
}
.TagClassName
{
border-color: #301B22;
}
</style>