Shades of Cyprus #093B3B
Tints of Cyprus #093B3B
RGB
CMYK
RGB Variations
Color information
#093B3B (or 0x093B3B) is known color: Cyprus. HEX triplet: 09, 3B and 3B. RGB value is (9,59,59). Sum of RGB (Red+Green+Blue) = 9+59+59=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 59 (23.44% from 255 or 46.46% from 127); Blue value is 59 (23.44% from 255 or 46.46% from 127); Max value from RGB is 59 - color contains mainly: green, blue. Hex color #093B3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093B3B is #F6C4C4. Grayscale: #2C2C2C. Windows color (decimal): -16172229 or 3881737. OLE color: 3881737.
HSL color Cylindrical-coordinate representation of color #093B3B: hue angle of 180º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093B3B is Cyan = 0.85, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 9 | 59 | 59 | - |
| CMYK | 0.85 | 0 | 0 | 0.77 |
| HSL | 180º | 0.74% | 0.13% | - |
| HSV(B) | 180º | 0.85% | 0.23% | - |
| XYZ | 2.47 | 3.5 | 4.68 | - |
| YUV | 44.05 | 136.44 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 59 | 59 | 0.85 | 0 | 0 | 0.77 | 180 | 0.74 | 0.13 |
| Hex | 9 | 3B | 3B | 55 | 0 | 0 | 4D | B4 | 4A | D |
| Octal | 11 | 73 | 73 | 125 | 0 | 0 | 115 | 264 | 112 | 15 |
| Binary | 1001 | 111011 | 111011 | 1010101 | 0 | 0 | 1001101 | 10110100 | 1001010 | 1101 |
Color Harmonies of #093B3B
Complementary color
Monochromatic Colors of #093B3B
Black with #093B3B
Text Example
Text Example
White with #093B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093B3B; }
p { color: rgb(9,59,59); }
H1.HeaderClassName
{
color: #093B3B;
}
.AnyTagClassName
{
color: #093B3B;
}
</style>
background-color css
<style>
a { background-color: #093B3B; }
a { background-color: rgb(9,59,59); }
div.DivClassName
{
background-color: #093B3B;
}
.BgClassName
{
background-color: #093B3B;
}
</style>
border-color css
<style>
span { border-color: #093B3B; }
span { border-color: rgb(9,59,59); }
td.TdClassName
{
border-color: #093B3B;
}
.TagClassName
{
border-color: #093B3B;
}
</style>