Shades of Cyprus #0B3835
Tints of Cyprus #0B3835
RGB
CMYK
RGB Variations
Color information
#0B3835 (or 0x0B3835) is known color: Cyprus. HEX triplet: 0B, 38 and 35. RGB value is (11,56,53). Sum of RGB (Red+Green+Blue) = 11+56+53=120 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.17% from 120); Green value is 56 (22.27% from 255 or 46.67% from 120); Blue value is 53 (21.09% from 255 or 44.17% from 120); Max value from RGB is 56 - color contains mainly: green. Hex color #0B3835 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3835 is #F4C7CA. Grayscale: #2A2A2A. Windows color (decimal): -16041931 or 3487755. OLE color: 3487755.
HSL color Cylindrical-coordinate representation of color #0B3835: hue angle of 176º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0B3835 is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 11 | 56 | 53 | - |
| CMYK | 0.80 | 0 | 0.05 | 0.78 |
| HSL | 176º | 0.67% | 0.13% | - |
| HSV(B) | 176º | 0.8% | 0.22% | - |
| XYZ | 2.19 | 3.16 | 3.86 | - |
| YUV | 42.2 | 134.09 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 56 | 53 | 0.80 | 0 | 0.05 | 0.78 | 176 | 0.67 | 0.13 |
| Hex | B | 38 | 35 | 50 | 0 | 5 | 4E | B0 | 43 | D |
| Octal | 13 | 70 | 65 | 120 | 0 | 5 | 116 | 260 | 103 | 15 |
| Binary | 1011 | 111000 | 110101 | 1010000 | 0 | 101 | 1001110 | 10110000 | 1000011 | 1101 |
Color Harmonies of #0B3835
Complementary color
Monochromatic Colors of #0B3835
Black with #0B3835
Text Example
Text Example
White with #0B3835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3835; }
p { color: rgb(11,56,53); }
H1.HeaderClassName
{
color: #0B3835;
}
.AnyTagClassName
{
color: #0B3835;
}
</style>
background-color css
<style>
a { background-color: #0B3835; }
a { background-color: rgb(11,56,53); }
div.DivClassName
{
background-color: #0B3835;
}
.BgClassName
{
background-color: #0B3835;
}
</style>
border-color css
<style>
span { border-color: #0B3835; }
span { border-color: rgb(11,56,53); }
td.TdClassName
{
border-color: #0B3835;
}
.TagClassName
{
border-color: #0B3835;
}
</style>