Shades of Tiber #0F3B3C
Tints of Tiber #0F3B3C
RGB
CMYK
RGB Variations
Color information
#0F3B3C (or 0x0F3B3C) is known color: Tiber. HEX triplet: 0F, 3B and 3C. RGB value is (15,59,60). Sum of RGB (Red+Green+Blue) = 15+59+60=134 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.19% from 134); Green value is 59 (23.44% from 255 or 44.03% from 134); Blue value is 60 (23.83% from 255 or 44.78% from 134); Max value from RGB is 60 - color contains mainly: blue. Hex color #0F3B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3B3C is #F0C4C3. Grayscale: #2D2D2D. Windows color (decimal): -15779012 or 3947279. OLE color: 3947279.
HSL color Cylindrical-coordinate representation of color #0F3B3C: hue angle of 181.33º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F3B3C is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 15 | 59 | 60 | - |
| CMYK | 0.75 | 0.02 | 0 | 0.76 |
| HSL | 181.33º | 0.6% | 0.15% | - |
| HSV(B) | 181.33º | 0.75% | 0.24% | - |
| XYZ | 2.58 | 3.56 | 4.83 | - |
| YUV | 45.96 | 135.92 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 59 | 60 | 0.75 | 0.02 | 0 | 0.76 | 181.33 | 0.6 | 0.15 |
| Hex | F | 3B | 3C | 4B | 2 | 0 | 4C | B5 | 3C | F |
| Octal | 17 | 73 | 74 | 113 | 2 | 0 | 114 | 265 | 74 | 17 |
| Binary | 1111 | 111011 | 111100 | 1001011 | 10 | 0 | 1001100 | 10110101 | 111100 | 1111 |
Color Harmonies of #0F3B3C
Complementary color
Monochromatic Colors of #0F3B3C
Black with #0F3B3C
Text Example
Text Example
White with #0F3B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3B3C; }
p { color: rgb(15,59,60); }
H1.HeaderClassName
{
color: #0F3B3C;
}
.AnyTagClassName
{
color: #0F3B3C;
}
</style>
background-color css
<style>
a { background-color: #0F3B3C; }
a { background-color: rgb(15,59,60); }
div.DivClassName
{
background-color: #0F3B3C;
}
.BgClassName
{
background-color: #0F3B3C;
}
</style>
border-color css
<style>
span { border-color: #0F3B3C; }
span { border-color: rgb(15,59,60); }
td.TdClassName
{
border-color: #0F3B3C;
}
.TagClassName
{
border-color: #0F3B3C;
}
</style>