Shades of Persian Plum #68302F
Tints of Persian Plum #68302F
RGB
CMYK
RGB Variations
Color information
#68302F (or 0x68302F) is known color: Persian Plum. HEX triplet: 68, 30 and 2F. RGB value is (104,48,47). Sum of RGB (Red+Green+Blue) = 104+48+47=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #68302F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68302F is #97CFD0. Grayscale: #404040. Windows color (decimal): -9949137 or 3092584. OLE color: 3092584.
HSL color Cylindrical-coordinate representation of color #68302F: hue angle of 1.05º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68302F is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 48 | 47 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.59 |
| HSL | 1.05º | 0.38% | 0.3% | - |
| HSV(B) | 1.05º | 0.55% | 0.41% | - |
| XYZ | 7.28 | 5.26 | 3.32 | - |
| YUV | 64.63 | 118.05 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 48 | 47 | 0 | 0.54 | 0.55 | 0.59 | 1.05 | 0.38 | 0.3 |
| Hex | 68 | 30 | 2F | 0 | 36 | 37 | 3B | 1 | 26 | 1E |
| Octal | 150 | 60 | 57 | 0 | 66 | 67 | 73 | 1 | 46 | 36 |
| Binary | 1101000 | 110000 | 101111 | 0 | 110110 | 110111 | 111011 | 1 | 100110 | 11110 |
Color Harmonies of #68302F
Complementary color
Monochromatic Colors of #68302F
Black with #68302F
Text Example
Text Example
White with #68302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68302F; }
p { color: rgb(104,48,47); }
H1.HeaderClassName
{
color: #68302F;
}
.AnyTagClassName
{
color: #68302F;
}
</style>
background-color css
<style>
a { background-color: #68302F; }
a { background-color: rgb(104,48,47); }
div.DivClassName
{
background-color: #68302F;
}
.BgClassName
{
background-color: #68302F;
}
</style>
border-color css
<style>
span { border-color: #68302F; }
span { border-color: rgb(104,48,47); }
td.TdClassName
{
border-color: #68302F;
}
.TagClassName
{
border-color: #68302F;
}
</style>