Shades of Java #21918D
Tints of Java #21918D
RGB
CMYK
RGB Variations
Color information
#21918D (or 0x21918D) is known color: Java. HEX triplet: 21, 91 and 8D. RGB value is (33,145,141). Sum of RGB (Red+Green+Blue) = 33+145+141=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #21918D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21918D is #DE6E72. Grayscale: #6E6E6E. Windows color (decimal): -14577267 or 9277729. OLE color: 9277729.
HSL color Cylindrical-coordinate representation of color #21918D: hue angle of 177.86º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21918D is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 145 | 141 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.43 |
| HSL | 177.86º | 0.63% | 0.35% | - |
| HSV(B) | 177.86º | 0.77% | 0.57% | - |
| XYZ | 15.56 | 22.5 | 28.72 | - |
| YUV | 111.06 | 144.89 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 145 | 141 | 0.77 | 0 | 0.03 | 0.43 | 177.86 | 0.63 | 0.35 |
| Hex | 21 | 91 | 8D | 4D | 0 | 3 | 2B | B2 | 3F | 23 |
| Octal | 41 | 221 | 215 | 115 | 0 | 3 | 53 | 262 | 77 | 43 |
| Binary | 100001 | 10010001 | 10001101 | 1001101 | 0 | 11 | 101011 | 10110010 | 111111 | 100011 |
Color Harmonies of #21918D
Complementary color
Monochromatic Colors of #21918D
Black with #21918D
Text Example
Text Example
White with #21918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21918D; }
p { color: rgb(33,145,141); }
H1.HeaderClassName
{
color: #21918D;
}
.AnyTagClassName
{
color: #21918D;
}
</style>
background-color css
<style>
a { background-color: #21918D; }
a { background-color: rgb(33,145,141); }
div.DivClassName
{
background-color: #21918D;
}
.BgClassName
{
background-color: #21918D;
}
</style>
border-color css
<style>
span { border-color: #21918D; }
span { border-color: rgb(33,145,141); }
td.TdClassName
{
border-color: #21918D;
}
.TagClassName
{
border-color: #21918D;
}
</style>