Shades of San Felix #21631B
Tints of San Felix #21631B
RGB
CMYK
RGB Variations
Color information
#21631B (or 0x21631B) is known color: San Felix. HEX triplet: 21, 63 and 1B. RGB value is (33,99,27). Sum of RGB (Red+Green+Blue) = 33+99+27=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 99 (39.06% from 255 or 62.26% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 99 - color contains mainly: green. Hex color #21631B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21631B is #DE9CE4. Grayscale: #474747. Windows color (decimal): -14589157 or 1794849. OLE color: 1794849.
HSL color Cylindrical-coordinate representation of color #21631B: hue angle of 115º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21631B is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 33 | 99 | 27 | - |
| CMYK | 0.67 | 0 | 0.73 | 0.61 |
| HSL | 115º | 0.57% | 0.25% | - |
| HSV(B) | 115º | 0.73% | 0.39% | - |
| XYZ | 5.29 | 9.33 | 2.56 | - |
| YUV | 71.06 | 103.13 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 99 | 27 | 0.67 | 0 | 0.73 | 0.61 | 115 | 0.57 | 0.25 |
| Hex | 21 | 63 | 1B | 43 | 0 | 49 | 3D | 73 | 39 | 19 |
| Octal | 41 | 143 | 33 | 103 | 0 | 111 | 75 | 163 | 71 | 31 |
| Binary | 100001 | 1100011 | 11011 | 1000011 | 0 | 1001001 | 111101 | 1110011 | 111001 | 11001 |
Color Harmonies of #21631B
Complementary color
Monochromatic Colors of #21631B
Black with #21631B
Text Example
Text Example
White with #21631B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21631B; }
p { color: rgb(33,99,27); }
H1.HeaderClassName
{
color: #21631B;
}
.AnyTagClassName
{
color: #21631B;
}
</style>
background-color css
<style>
a { background-color: #21631B; }
a { background-color: rgb(33,99,27); }
div.DivClassName
{
background-color: #21631B;
}
.BgClassName
{
background-color: #21631B;
}
</style>
border-color css
<style>
span { border-color: #21631B; }
span { border-color: rgb(33,99,27); }
td.TdClassName
{
border-color: #21631B;
}
.TagClassName
{
border-color: #21631B;
}
</style>