Shades of Cyprus #09393B
Tints of Cyprus #09393B
RGB
CMYK
RGB Variations
Color information
#09393B (or 0x09393B) is known color: Cyprus. HEX triplet: 09, 39 and 3B. RGB value is (9,57,59). Sum of RGB (Red+Green+Blue) = 9+57+59=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 57 (22.66% from 255 or 45.6% from 125); Blue value is 59 (23.44% from 255 or 47.2% from 125); Max value from RGB is 59 - color contains mainly: blue. Hex color #09393B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09393B is #F6C6C4. Grayscale: #2A2A2A. Windows color (decimal): -16172741 or 3881225. OLE color: 3881225.
HSL color Cylindrical-coordinate representation of color #09393B: hue angle of 182.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 #09393B is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 9 | 57 | 59 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.77 |
| HSL | 182.4º | 0.74% | 0.13% | - |
| HSV(B) | 182.4º | 0.85% | 0.23% | - |
| XYZ | 2.37 | 3.3 | 4.65 | - |
| YUV | 42.88 | 137.1 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 57 | 59 | 0.85 | 0.03 | 0 | 0.77 | 182.4 | 0.74 | 0.13 |
| Hex | 9 | 39 | 3B | 55 | 3 | 0 | 4D | B6 | 4A | D |
| Octal | 11 | 71 | 73 | 125 | 3 | 0 | 115 | 266 | 112 | 15 |
| Binary | 1001 | 111001 | 111011 | 1010101 | 11 | 0 | 1001101 | 10110110 | 1001010 | 1101 |
Color Harmonies of #09393B
Complementary color
Monochromatic Colors of #09393B
Black with #09393B
Text Example
Text Example
White with #09393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09393B; }
p { color: rgb(9,57,59); }
H1.HeaderClassName
{
color: #09393B;
}
.AnyTagClassName
{
color: #09393B;
}
</style>
background-color css
<style>
a { background-color: #09393B; }
a { background-color: rgb(9,57,59); }
div.DivClassName
{
background-color: #09393B;
}
.BgClassName
{
background-color: #09393B;
}
</style>
border-color css
<style>
span { border-color: #09393B; }
span { border-color: rgb(9,57,59); }
td.TdClassName
{
border-color: #09393B;
}
.TagClassName
{
border-color: #09393B;
}
</style>