Shades of Celtic #31433A
Tints of Celtic #31433A
RGB
CMYK
RGB Variations
Color information
#31433A (or 0x31433A) is known color: Celtic. HEX triplet: 31, 43 and 3A. RGB value is (49,67,58). Sum of RGB (Red+Green+Blue) = 49+67+58=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 67 - color contains mainly: green. Hex color #31433A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31433A is #CEBCC5. Grayscale: #3C3C3C. Windows color (decimal): -13548742 or 3818289. OLE color: 3818289.
HSL color Cylindrical-coordinate representation of color #31433A: hue angle of 150º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #31433A is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 49 | 67 | 58 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.74 |
| HSL | 150º | 0.16% | 0.23% | - |
| HSV(B) | 150º | 0.27% | 0.26% | - |
| XYZ | 4.04 | 4.97 | 4.75 | - |
| YUV | 60.59 | 126.54 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 67 | 58 | 0.27 | 0 | 0.13 | 0.74 | 150 | 0.16 | 0.23 |
| Hex | 31 | 43 | 3A | 1B | 0 | D | 4A | 96 | 10 | 17 |
| Octal | 61 | 103 | 72 | 33 | 0 | 15 | 112 | 226 | 20 | 27 |
| Binary | 110001 | 1000011 | 111010 | 11011 | 0 | 1101 | 1001010 | 10010110 | 10000 | 10111 |
Color Harmonies of #31433A
Complementary color
Monochromatic Colors of #31433A
Black with #31433A
Text Example
Text Example
White with #31433A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31433A; }
p { color: rgb(49,67,58); }
H1.HeaderClassName
{
color: #31433A;
}
.AnyTagClassName
{
color: #31433A;
}
</style>
background-color css
<style>
a { background-color: #31433A; }
a { background-color: rgb(49,67,58); }
div.DivClassName
{
background-color: #31433A;
}
.BgClassName
{
background-color: #31433A;
}
</style>
border-color css
<style>
span { border-color: #31433A; }
span { border-color: rgb(49,67,58); }
td.TdClassName
{
border-color: #31433A;
}
.TagClassName
{
border-color: #31433A;
}
</style>