Shades of Camarone #1F633A
Tints of Camarone #1F633A
RGB
CMYK
RGB Variations
Color information
#1F633A (or 0x1F633A) is known color: Camarone. HEX triplet: 1F, 63 and 3A. RGB value is (31,99,58). Sum of RGB (Red+Green+Blue) = 31+99+58=188 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.49% from 188); Green value is 99 (39.06% from 255 or 52.66% from 188); Blue value is 58 (23.05% from 255 or 30.85% from 188); Max value from RGB is 99 - color contains mainly: green. Hex color #1F633A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F633A is #E09CC5. Grayscale: #4A4A4A. Windows color (decimal): -14720198 or 3826463. OLE color: 3826463.
HSL color Cylindrical-coordinate representation of color #1F633A: hue angle of 143.82º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F633A is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 31 | 99 | 58 | - |
| CMYK | 0.69 | 0 | 0.41 | 0.61 |
| HSL | 143.82º | 0.52% | 0.25% | - |
| HSV(B) | 143.82º | 0.69% | 0.39% | - |
| XYZ | 5.79 | 9.52 | 5.54 | - |
| YUV | 73.99 | 118.97 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 99 | 58 | 0.69 | 0 | 0.41 | 0.61 | 143.82 | 0.52 | 0.25 |
| Hex | 1F | 63 | 3A | 45 | 0 | 29 | 3D | 90 | 34 | 19 |
| Octal | 37 | 143 | 72 | 105 | 0 | 51 | 75 | 220 | 64 | 31 |
| Binary | 11111 | 1100011 | 111010 | 1000101 | 0 | 101001 | 111101 | 10010000 | 110100 | 11001 |
Color Harmonies of #1F633A
Complementary color
Monochromatic Colors of #1F633A
Black with #1F633A
Text Example
Text Example
White with #1F633A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F633A; }
p { color: rgb(31,99,58); }
H1.HeaderClassName
{
color: #1F633A;
}
.AnyTagClassName
{
color: #1F633A;
}
</style>
background-color css
<style>
a { background-color: #1F633A; }
a { background-color: rgb(31,99,58); }
div.DivClassName
{
background-color: #1F633A;
}
.BgClassName
{
background-color: #1F633A;
}
</style>
border-color css
<style>
span { border-color: #1F633A; }
span { border-color: rgb(31,99,58); }
td.TdClassName
{
border-color: #1F633A;
}
.TagClassName
{
border-color: #1F633A;
}
</style>