Shades of Cyprus #00373D
Tints of Cyprus #00373D
RGB
CMYK
RGB Variations
Color information
#00373D (or 0x00373D) is known color: Cyprus. HEX triplet: 00, 37 and 3D. RGB value is (0,55,61). Sum of RGB (Red+Green+Blue) = 0+55+61=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 55 (21.88% from 255 or 47.41% from 116); Blue value is 61 (24.22% from 255 or 52.59% from 116); Max value from RGB is 61 - color contains mainly: blue. Hex color #00373D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00373D is #FFC8C2. Grayscale: #272727. Windows color (decimal): -16763075 or 4011776. OLE color: 4011776.
HSL color Cylindrical-coordinate representation of color #00373D: hue angle of 185.9º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00373D is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 55 | 61 | - |
| CMYK | 1 | 0.10 | 0 | 0.76 |
| HSL | 185.9º | 1% | 0.12% | - |
| HSV(B) | 185.9º | 1% | 0.24% | - |
| XYZ | 2.21 | 3.07 | 4.89 | - |
| YUV | 39.24 | 140.28 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 55 | 61 | 1 | 0.10 | 0 | 0.76 | 185.9 | 1 | 0.12 |
| Hex | 0 | 37 | 3D | 64 | A | 0 | 4C | BA | 64 | C |
| Octal | 0 | 67 | 75 | 144 | 12 | 0 | 114 | 272 | 144 | 14 |
| Binary | 0 | 110111 | 111101 | 1100100 | 1010 | 0 | 1001100 | 10111010 | 1100100 | 1100 |
Color Harmonies of #00373D
Complementary color
Monochromatic Colors of #00373D
Black with #00373D
Text Example
Text Example
White with #00373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00373D; }
p { color: rgb(0,55,61); }
H1.HeaderClassName
{
color: #00373D;
}
.AnyTagClassName
{
color: #00373D;
}
</style>
background-color css
<style>
a { background-color: #00373D; }
a { background-color: rgb(0,55,61); }
div.DivClassName
{
background-color: #00373D;
}
.BgClassName
{
background-color: #00373D;
}
</style>
border-color css
<style>
span { border-color: #00373D; }
span { border-color: rgb(0,55,61); }
td.TdClassName
{
border-color: #00373D;
}
.TagClassName
{
border-color: #00373D;
}
</style>