Shades of Cyprus #093B38
Tints of Cyprus #093B38
RGB
CMYK
RGB Variations
Color information
#093B38 (or 0x093B38) is known color: Cyprus. HEX triplet: 09, 3B and 38. RGB value is (9,59,56). Sum of RGB (Red+Green+Blue) = 9+59+56=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 59 (23.44% from 255 or 47.58% from 124); Blue value is 56 (22.27% from 255 or 45.16% from 124); Max value from RGB is 59 - color contains mainly: green. Hex color #093B38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093B38 is #F6C4C7. Grayscale: #2B2B2B. Windows color (decimal): -16172232 or 3685129. OLE color: 3685129.
HSL color Cylindrical-coordinate representation of color #093B38: hue angle of 176.4º 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 #093B38 is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 9 | 59 | 56 | - |
| CMYK | 0.85 | 0 | 0.05 | 0.77 |
| HSL | 176.4º | 0.74% | 0.13% | - |
| HSV(B) | 176.4º | 0.85% | 0.23% | - |
| XYZ | 2.39 | 3.47 | 4.29 | - |
| YUV | 43.71 | 134.94 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 59 | 56 | 0.85 | 0 | 0.05 | 0.77 | 176.4 | 0.74 | 0.13 |
| Hex | 9 | 3B | 38 | 55 | 0 | 5 | 4D | B0 | 4A | D |
| Octal | 11 | 73 | 70 | 125 | 0 | 5 | 115 | 260 | 112 | 15 |
| Binary | 1001 | 111011 | 111000 | 1010101 | 0 | 101 | 1001101 | 10110000 | 1001010 | 1101 |
Color Harmonies of #093B38
Complementary color
Monochromatic Colors of #093B38
Black with #093B38
Text Example
Text Example
White with #093B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093B38; }
p { color: rgb(9,59,56); }
H1.HeaderClassName
{
color: #093B38;
}
.AnyTagClassName
{
color: #093B38;
}
</style>
background-color css
<style>
a { background-color: #093B38; }
a { background-color: rgb(9,59,56); }
div.DivClassName
{
background-color: #093B38;
}
.BgClassName
{
background-color: #093B38;
}
</style>
border-color css
<style>
span { border-color: #093B38; }
span { border-color: rgb(9,59,56); }
td.TdClassName
{
border-color: #093B38;
}
.TagClassName
{
border-color: #093B38;
}
</style>