Shades of Cyprus #10433F
Tints of Cyprus #10433F
RGB
CMYK
RGB Variations
Color information
#10433F (or 0x10433F) is known color: Cyprus. HEX triplet: 10, 43 and 3F. RGB value is (16,67,63). Sum of RGB (Red+Green+Blue) = 16+67+63=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 67 (26.56% from 255 or 45.89% from 146); Blue value is 63 (25% from 255 or 43.15% from 146); Max value from RGB is 67 - color contains mainly: green. Hex color #10433F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10433F is #EFBCC0. Grayscale: #333333. Windows color (decimal): -15711425 or 4145936. OLE color: 4145936.
HSL color Cylindrical-coordinate representation of color #10433F: hue angle of 175.29º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #10433F is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 67 | 63 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.74 |
| HSL | 175.29º | 0.61% | 0.16% | - |
| HSV(B) | 175.29º | 0.76% | 0.26% | - |
| XYZ | 3.12 | 4.48 | 5.4 | - |
| YUV | 51.3 | 134.6 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 67 | 63 | 0.76 | 0 | 0.06 | 0.74 | 175.29 | 0.61 | 0.16 |
| Hex | 10 | 43 | 3F | 4C | 0 | 6 | 4A | AF | 3D | 10 |
| Octal | 20 | 103 | 77 | 114 | 0 | 6 | 112 | 257 | 75 | 20 |
| Binary | 10000 | 1000011 | 111111 | 1001100 | 0 | 110 | 1001010 | 10101111 | 111101 | 10000 |
Color Harmonies of #10433F
Complementary color
Monochromatic Colors of #10433F
Black with #10433F
Text Example
Text Example
White with #10433F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10433F; }
p { color: rgb(16,67,63); }
H1.HeaderClassName
{
color: #10433F;
}
.AnyTagClassName
{
color: #10433F;
}
</style>
background-color css
<style>
a { background-color: #10433F; }
a { background-color: rgb(16,67,63); }
div.DivClassName
{
background-color: #10433F;
}
.BgClassName
{
background-color: #10433F;
}
</style>
border-color css
<style>
span { border-color: #10433F; }
span { border-color: rgb(16,67,63); }
td.TdClassName
{
border-color: #10433F;
}
.TagClassName
{
border-color: #10433F;
}
</style>