Shades of Cyprus #0B3A39
Tints of Cyprus #0B3A39
RGB
CMYK
RGB Variations
Color information
#0B3A39 (or 0x0B3A39) is known color: Cyprus. HEX triplet: 0B, 3A and 39. RGB value is (11,58,57). Sum of RGB (Red+Green+Blue) = 11+58+57=126 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.73% from 126); Green value is 58 (23.05% from 255 or 46.03% from 126); Blue value is 57 (22.66% from 255 or 45.24% from 126); Max value from RGB is 58 - color contains mainly: green. Hex color #0B3A39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3A39 is #F4C5C6. Grayscale: #2B2B2B. Windows color (decimal): -16041415 or 3750411. OLE color: 3750411.
HSL color Cylindrical-coordinate representation of color #0B3A39: hue angle of 178.72º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B3A39 is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 11 | 58 | 57 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.77 |
| HSL | 178.72º | 0.68% | 0.14% | - |
| HSV(B) | 178.72º | 0.81% | 0.23% | - |
| XYZ | 2.39 | 3.39 | 4.4 | - |
| YUV | 43.83 | 135.43 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 58 | 57 | 0.81 | 0 | 0.02 | 0.77 | 178.72 | 0.68 | 0.14 |
| Hex | B | 3A | 39 | 51 | 0 | 2 | 4D | B3 | 44 | E |
| Octal | 13 | 72 | 71 | 121 | 0 | 2 | 115 | 263 | 104 | 16 |
| Binary | 1011 | 111010 | 111001 | 1010001 | 0 | 10 | 1001101 | 10110011 | 1000100 | 1110 |
Color Harmonies of #0B3A39
Complementary color
Monochromatic Colors of #0B3A39
Black with #0B3A39
Text Example
Text Example
White with #0B3A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3A39; }
p { color: rgb(11,58,57); }
H1.HeaderClassName
{
color: #0B3A39;
}
.AnyTagClassName
{
color: #0B3A39;
}
</style>
background-color css
<style>
a { background-color: #0B3A39; }
a { background-color: rgb(11,58,57); }
div.DivClassName
{
background-color: #0B3A39;
}
.BgClassName
{
background-color: #0B3A39;
}
</style>
border-color css
<style>
span { border-color: #0B3A39; }
span { border-color: rgb(11,58,57); }
td.TdClassName
{
border-color: #0B3A39;
}
.TagClassName
{
border-color: #0B3A39;
}
</style>