Shades of Cyprus #09383C
Tints of Cyprus #09383C
RGB
CMYK
RGB Variations
Color information
#09383C (or 0x09383C) is known color: Cyprus. HEX triplet: 09, 38 and 3C. RGB value is (9,56,60). Sum of RGB (Red+Green+Blue) = 9+56+60=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 56 (22.27% from 255 or 44.8% from 125); Blue value is 60 (23.83% from 255 or 48% from 125); Max value from RGB is 60 - color contains mainly: blue. Hex color #09383C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09383C is #F6C7C3. Grayscale: #2A2A2A. Windows color (decimal): -16172996 or 3946505. OLE color: 3946505.
HSL color Cylindrical-coordinate representation of color #09383C: hue angle of 184.71º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #09383C is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 56 | 60 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.76 |
| HSL | 184.71º | 0.74% | 0.14% | - |
| HSV(B) | 184.71º | 0.85% | 0.24% | - |
| XYZ | 2.34 | 3.21 | 4.77 | - |
| YUV | 42.4 | 137.93 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 56 | 60 | 0.85 | 0.07 | 0 | 0.76 | 184.71 | 0.74 | 0.14 |
| Hex | 9 | 38 | 3C | 55 | 7 | 0 | 4C | B9 | 4A | E |
| Octal | 11 | 70 | 74 | 125 | 7 | 0 | 114 | 271 | 112 | 16 |
| Binary | 1001 | 111000 | 111100 | 1010101 | 111 | 0 | 1001100 | 10111001 | 1001010 | 1110 |
Color Harmonies of #09383C
Complementary color
Monochromatic Colors of #09383C
Black with #09383C
Text Example
Text Example
White with #09383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09383C; }
p { color: rgb(9,56,60); }
H1.HeaderClassName
{
color: #09383C;
}
.AnyTagClassName
{
color: #09383C;
}
</style>
background-color css
<style>
a { background-color: #09383C; }
a { background-color: rgb(9,56,60); }
div.DivClassName
{
background-color: #09383C;
}
.BgClassName
{
background-color: #09383C;
}
</style>
border-color css
<style>
span { border-color: #09383C; }
span { border-color: rgb(9,56,60); }
td.TdClassName
{
border-color: #09383C;
}
.TagClassName
{
border-color: #09383C;
}
</style>