Shades of Bunting #303752
Tints of Bunting #303752
RGB
CMYK
RGB Variations
Color information
#303752 (or 0x303752) is known color: Bunting. HEX triplet: 30, 37 and 52. RGB value is (48,55,82). Sum of RGB (Red+Green+Blue) = 48+55+82=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 82 (32.42% from 255 or 44.32% from 185); Max value from RGB is 82 - color contains mainly: blue. Hex color #303752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303752 is #CFC8AD. Grayscale: #373737. Windows color (decimal): -13617326 or 5388080. OLE color: 5388080.
HSL color Cylindrical-coordinate representation of color #303752: hue angle of 227.65º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #303752 is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 55 | 82 | - |
| CMYK | 0.41 | 0.33 | 0 | 0.68 |
| HSL | 227.65º | 0.26% | 0.25% | - |
| HSV(B) | 227.65º | 0.41% | 0.32% | - |
| XYZ | 4.11 | 3.97 | 8.53 | - |
| YUV | 55.99 | 142.68 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 55 | 82 | 0.41 | 0.33 | 0 | 0.68 | 227.65 | 0.26 | 0.25 |
| Hex | 30 | 37 | 52 | 29 | 21 | 0 | 44 | E4 | 1A | 19 |
| Octal | 60 | 67 | 122 | 51 | 41 | 0 | 104 | 344 | 32 | 31 |
| Binary | 110000 | 110111 | 1010010 | 101001 | 100001 | 0 | 1000100 | 11100100 | 11010 | 11001 |
Color Harmonies of #303752
Complementary color
Monochromatic Colors of #303752
Black with #303752
Text Example
Text Example
White with #303752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303752; }
p { color: rgb(48,55,82); }
H1.HeaderClassName
{
color: #303752;
}
.AnyTagClassName
{
color: #303752;
}
</style>
background-color css
<style>
a { background-color: #303752; }
a { background-color: rgb(48,55,82); }
div.DivClassName
{
background-color: #303752;
}
.BgClassName
{
background-color: #303752;
}
</style>
border-color css
<style>
span { border-color: #303752; }
span { border-color: rgb(48,55,82); }
td.TdClassName
{
border-color: #303752;
}
.TagClassName
{
border-color: #303752;
}
</style>