Shades of Cyprus #08373B
Tints of Cyprus #08373B
RGB
CMYK
RGB Variations
Color information
#08373B (or 0x08373B) is known color: Cyprus. HEX triplet: 08, 37 and 3B. RGB value is (8,55,59). Sum of RGB (Red+Green+Blue) = 8+55+59=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 55 (21.88% from 255 or 45.08% from 122); Blue value is 59 (23.44% from 255 or 48.36% from 122); Max value from RGB is 59 - color contains mainly: blue. Hex color #08373B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08373B is #F7C8C4. Grayscale: #292929. Windows color (decimal): -16238789 or 3880712. OLE color: 3880712.
HSL color Cylindrical-coordinate representation of color #08373B: hue angle of 184.71º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #08373B is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 8 | 55 | 59 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.77 |
| HSL | 184.71º | 0.76% | 0.13% | - |
| HSV(B) | 184.71º | 0.86% | 0.23% | - |
| XYZ | 2.26 | 3.1 | 4.62 | - |
| YUV | 41.4 | 137.93 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 55 | 59 | 0.86 | 0.07 | 0 | 0.77 | 184.71 | 0.76 | 0.13 |
| Hex | 8 | 37 | 3B | 56 | 7 | 0 | 4D | B9 | 4C | D |
| Octal | 10 | 67 | 73 | 126 | 7 | 0 | 115 | 271 | 114 | 15 |
| Binary | 1000 | 110111 | 111011 | 1010110 | 111 | 0 | 1001101 | 10111001 | 1001100 | 1101 |
Color Harmonies of #08373B
Complementary color
Monochromatic Colors of #08373B
Black with #08373B
Text Example
Text Example
White with #08373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08373B; }
p { color: rgb(8,55,59); }
H1.HeaderClassName
{
color: #08373B;
}
.AnyTagClassName
{
color: #08373B;
}
</style>
background-color css
<style>
a { background-color: #08373B; }
a { background-color: rgb(8,55,59); }
div.DivClassName
{
background-color: #08373B;
}
.BgClassName
{
background-color: #08373B;
}
</style>
border-color css
<style>
span { border-color: #08373B; }
span { border-color: rgb(8,55,59); }
td.TdClassName
{
border-color: #08373B;
}
.TagClassName
{
border-color: #08373B;
}
</style>