Shades of Java #31A098
Tints of Java #31A098
RGB
CMYK
RGB Variations
Color information
#31A098 (or 0x31A098) is known color: Java. HEX triplet: 31, A0 and 98. RGB value is (49,160,152). Sum of RGB (Red+Green+Blue) = 49+160+152=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 160 (62.89% from 255 or 44.32% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 160 - color contains mainly: green. Hex color #31A098 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A098 is #CE5F67. Grayscale: #7D7D7D. Windows color (decimal): -13524840 or 10002481. OLE color: 10002481.
HSL color Cylindrical-coordinate representation of color #31A098: hue angle of 175.68º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31A098 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 160 | 152 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.37 |
| HSL | 175.68º | 0.53% | 0.41% | - |
| HSV(B) | 175.68º | 0.69% | 0.63% | - |
| XYZ | 19.5 | 28.06 | 34.09 | - |
| YUV | 125.9 | 142.73 | 73.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 160 | 152 | 0.69 | 0 | 0.05 | 0.37 | 175.68 | 0.53 | 0.41 |
| Hex | 31 | A0 | 98 | 45 | 0 | 5 | 25 | B0 | 35 | 29 |
| Octal | 61 | 240 | 230 | 105 | 0 | 5 | 45 | 260 | 65 | 51 |
| Binary | 110001 | 10100000 | 10011000 | 1000101 | 0 | 101 | 100101 | 10110000 | 110101 | 101001 |
Color Harmonies of #31A098
Complementary color
Monochromatic Colors of #31A098
Black with #31A098
Text Example
Text Example
White with #31A098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A098; }
p { color: rgb(49,160,152); }
H1.HeaderClassName
{
color: #31A098;
}
.AnyTagClassName
{
color: #31A098;
}
</style>
background-color css
<style>
a { background-color: #31A098; }
a { background-color: rgb(49,160,152); }
div.DivClassName
{
background-color: #31A098;
}
.BgClassName
{
background-color: #31A098;
}
</style>
border-color css
<style>
span { border-color: #31A098; }
span { border-color: rgb(49,160,152); }
td.TdClassName
{
border-color: #31A098;
}
.TagClassName
{
border-color: #31A098;
}
</style>