Shades of Java #1F9384
Tints of Java #1F9384
RGB
CMYK
RGB Variations
Color information
#1F9384 (or 0x1F9384) is known color: Java. HEX triplet: 1F, 93 and 84. RGB value is (31,147,132). Sum of RGB (Red+Green+Blue) = 31+147+132=310 (41% of max value = 765). Red value is 31 (12.5% from 255 or 10% from 310); Green value is 147 (57.81% from 255 or 47.42% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 147 - color contains mainly: green. Hex color #1F9384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9384 is #E06C7B. Grayscale: #6E6E6E. Windows color (decimal): -14707836 or 8688415. OLE color: 8688415.
HSL color Cylindrical-coordinate representation of color #1F9384: hue angle of 172.24º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9384 is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 147 | 132 | - |
| CMYK | 0.79 | 0 | 0.10 | 0.42 |
| HSL | 172.24º | 0.65% | 0.35% | - |
| HSV(B) | 172.24º | 0.79% | 0.58% | - |
| XYZ | 15.16 | 22.82 | 25.44 | - |
| YUV | 110.61 | 140.07 | 71.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 147 | 132 | 0.79 | 0 | 0.10 | 0.42 | 172.24 | 0.65 | 0.35 |
| Hex | 1F | 93 | 84 | 4F | 0 | A | 2A | AC | 41 | 23 |
| Octal | 37 | 223 | 204 | 117 | 0 | 12 | 52 | 254 | 101 | 43 |
| Binary | 11111 | 10010011 | 10000100 | 1001111 | 0 | 1010 | 101010 | 10101100 | 1000001 | 100011 |
Color Harmonies of #1F9384
Complementary color
Monochromatic Colors of #1F9384
Black with #1F9384
Text Example
Text Example
White with #1F9384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9384; }
p { color: rgb(31,147,132); }
H1.HeaderClassName
{
color: #1F9384;
}
.AnyTagClassName
{
color: #1F9384;
}
</style>
background-color css
<style>
a { background-color: #1F9384; }
a { background-color: rgb(31,147,132); }
div.DivClassName
{
background-color: #1F9384;
}
.BgClassName
{
background-color: #1F9384;
}
</style>
border-color css
<style>
span { border-color: #1F9384; }
span { border-color: rgb(31,147,132); }
td.TdClassName
{
border-color: #1F9384;
}
.TagClassName
{
border-color: #1F9384;
}
</style>