Shades of Cyprus #09383A
Tints of Cyprus #09383A
RGB
CMYK
RGB Variations
Color information
#09383A (or 0x09383A) is known color: Cyprus. HEX triplet: 09, 38 and 3A. RGB value is (9,56,58). Sum of RGB (Red+Green+Blue) = 9+56+58=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 56 (22.27% from 255 or 45.53% from 123); Blue value is 58 (23.05% from 255 or 47.15% from 123); Max value from RGB is 58 - color contains mainly: blue. Hex color #09383A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09383A is #F6C7C5. Grayscale: #2A2A2A. Windows color (decimal): -16172998 or 3815433. OLE color: 3815433.
HSL color Cylindrical-coordinate representation of color #09383A: hue angle of 182.45º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #09383A is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 9 | 56 | 58 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.77 |
| HSL | 182.45º | 0.73% | 0.13% | - |
| HSV(B) | 182.45º | 0.84% | 0.23% | - |
| XYZ | 2.29 | 3.19 | 4.5 | - |
| YUV | 42.18 | 136.93 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 56 | 58 | 0.84 | 0.03 | 0 | 0.77 | 182.45 | 0.73 | 0.13 |
| Hex | 9 | 38 | 3A | 54 | 3 | 0 | 4D | B6 | 49 | D |
| Octal | 11 | 70 | 72 | 124 | 3 | 0 | 115 | 266 | 111 | 15 |
| Binary | 1001 | 111000 | 111010 | 1010100 | 11 | 0 | 1001101 | 10110110 | 1001001 | 1101 |
Color Harmonies of #09383A
Complementary color
Monochromatic Colors of #09383A
Black with #09383A
Text Example
Text Example
White with #09383A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09383A; }
p { color: rgb(9,56,58); }
H1.HeaderClassName
{
color: #09383A;
}
.AnyTagClassName
{
color: #09383A;
}
</style>
background-color css
<style>
a { background-color: #09383A; }
a { background-color: rgb(9,56,58); }
div.DivClassName
{
background-color: #09383A;
}
.BgClassName
{
background-color: #09383A;
}
</style>
border-color css
<style>
span { border-color: #09383A; }
span { border-color: rgb(9,56,58); }
td.TdClassName
{
border-color: #09383A;
}
.TagClassName
{
border-color: #09383A;
}
</style>