Shades of Cyprus #0D3A39
Tints of Cyprus #0D3A39
RGB
CMYK
RGB Variations
Color information
#0D3A39 (or 0x0D3A39) is known color: Cyprus. HEX triplet: 0D, 3A and 39. RGB value is (13,58,57). Sum of RGB (Red+Green+Blue) = 13+58+57=128 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.16% from 128); Green value is 58 (23.05% from 255 or 45.31% from 128); Blue value is 57 (22.66% from 255 or 44.53% from 128); Max value from RGB is 58 - color contains mainly: green. Hex color #0D3A39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3A39 is #F2C5C6. Grayscale: #2C2C2C. Windows color (decimal): -15910343 or 3750413. OLE color: 3750413.
HSL color Cylindrical-coordinate representation of color #0D3A39: hue angle of 178.67º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0D3A39 is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 13 | 58 | 57 | - |
| CMYK | 0.78 | 0 | 0.02 | 0.77 |
| HSL | 178.67º | 0.63% | 0.14% | - |
| HSV(B) | 178.67º | 0.78% | 0.23% | - |
| XYZ | 2.42 | 3.41 | 4.4 | - |
| YUV | 44.43 | 135.09 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 58 | 57 | 0.78 | 0 | 0.02 | 0.77 | 178.67 | 0.63 | 0.14 |
| Hex | D | 3A | 39 | 4E | 0 | 2 | 4D | B3 | 3F | E |
| Octal | 15 | 72 | 71 | 116 | 0 | 2 | 115 | 263 | 77 | 16 |
| Binary | 1101 | 111010 | 111001 | 1001110 | 0 | 10 | 1001101 | 10110011 | 111111 | 1110 |
Color Harmonies of #0D3A39
Complementary color
Monochromatic Colors of #0D3A39
Black with #0D3A39
Text Example
Text Example
White with #0D3A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3A39; }
p { color: rgb(13,58,57); }
H1.HeaderClassName
{
color: #0D3A39;
}
.AnyTagClassName
{
color: #0D3A39;
}
</style>
background-color css
<style>
a { background-color: #0D3A39; }
a { background-color: rgb(13,58,57); }
div.DivClassName
{
background-color: #0D3A39;
}
.BgClassName
{
background-color: #0D3A39;
}
</style>
border-color css
<style>
span { border-color: #0D3A39; }
span { border-color: rgb(13,58,57); }
td.TdClassName
{
border-color: #0D3A39;
}
.TagClassName
{
border-color: #0D3A39;
}
</style>