Shades of Bunting #313441
Tints of Bunting #313441
RGB
CMYK
RGB Variations
Color information
#313441 (or 0x313441) is known color: Bunting. HEX triplet: 31, 34 and 41. RGB value is (49,52,65). Sum of RGB (Red+Green+Blue) = 49+52+65=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 65 - color contains mainly: blue. Hex color #313441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313441 is #CECBBE. Grayscale: #343434. Windows color (decimal): -13552575 or 4273201. OLE color: 4273201.
HSL color Cylindrical-coordinate representation of color #313441: hue angle of 228.75º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #313441 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 52 | 65 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.75 |
| HSL | 228.75º | 0.14% | 0.22% | - |
| HSV(B) | 228.75º | 0.25% | 0.25% | - |
| XYZ | 3.45 | 3.49 | 5.49 | - |
| YUV | 52.59 | 135.01 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 52 | 65 | 0.25 | 0.20 | 0 | 0.75 | 228.75 | 0.14 | 0.22 |
| Hex | 31 | 34 | 41 | 19 | 14 | 0 | 4B | E5 | E | 16 |
| Octal | 61 | 64 | 101 | 31 | 24 | 0 | 113 | 345 | 16 | 26 |
| Binary | 110001 | 110100 | 1000001 | 11001 | 10100 | 0 | 1001011 | 11100101 | 1110 | 10110 |
Color Harmonies of #313441
Complementary color
Monochromatic Colors of #313441
Black with #313441
Text Example
Text Example
White with #313441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313441; }
p { color: rgb(49,52,65); }
H1.HeaderClassName
{
color: #313441;
}
.AnyTagClassName
{
color: #313441;
}
</style>
background-color css
<style>
a { background-color: #313441; }
a { background-color: rgb(49,52,65); }
div.DivClassName
{
background-color: #313441;
}
.BgClassName
{
background-color: #313441;
}
</style>
border-color css
<style>
span { border-color: #313441; }
span { border-color: rgb(49,52,65); }
td.TdClassName
{
border-color: #313441;
}
.TagClassName
{
border-color: #313441;
}
</style>