Shades of Bunting #303750
Tints of Bunting #303750
RGB
CMYK
RGB Variations
Color information
#303750 (or 0x303750) is known color: Bunting. HEX triplet: 30, 37 and 50. RGB value is (48,55,80). Sum of RGB (Red+Green+Blue) = 48+55+80=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 80 (31.64% from 255 or 43.72% from 183); Max value from RGB is 80 - color contains mainly: blue. Hex color #303750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303750 is #CFC8AF. Grayscale: #373737. Windows color (decimal): -13617328 or 5257008. OLE color: 5257008.
HSL color Cylindrical-coordinate representation of color #303750: hue angle of 226.88º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #303750 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 55 | 80 | - |
| CMYK | 0.40 | 0.31 | 0 | 0.69 |
| HSL | 226.88º | 0.25% | 0.25% | - |
| HSV(B) | 226.88º | 0.4% | 0.31% | - |
| XYZ | 4.03 | 3.94 | 8.14 | - |
| YUV | 55.76 | 141.68 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 55 | 80 | 0.40 | 0.31 | 0 | 0.69 | 226.88 | 0.25 | 0.25 |
| Hex | 30 | 37 | 50 | 28 | 1F | 0 | 45 | E3 | 19 | 19 |
| Octal | 60 | 67 | 120 | 50 | 37 | 0 | 105 | 343 | 31 | 31 |
| Binary | 110000 | 110111 | 1010000 | 101000 | 11111 | 0 | 1000101 | 11100011 | 11001 | 11001 |
Color Harmonies of #303750
Complementary color
Monochromatic Colors of #303750
Black with #303750
Text Example
Text Example
White with #303750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303750; }
p { color: rgb(48,55,80); }
H1.HeaderClassName
{
color: #303750;
}
.AnyTagClassName
{
color: #303750;
}
</style>
background-color css
<style>
a { background-color: #303750; }
a { background-color: rgb(48,55,80); }
div.DivClassName
{
background-color: #303750;
}
.BgClassName
{
background-color: #303750;
}
</style>
border-color css
<style>
span { border-color: #303750; }
span { border-color: rgb(48,55,80); }
td.TdClassName
{
border-color: #303750;
}
.TagClassName
{
border-color: #303750;
}
</style>