Shades of Biscay #303851
Tints of Biscay #303851
RGB
CMYK
RGB Variations
Color information
#303851 (or 0x303851) is known color: Biscay. HEX triplet: 30, 38 and 51. RGB value is (48,56,81). Sum of RGB (Red+Green+Blue) = 48+56+81=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 81 (32.03% from 255 or 43.78% from 185); Max value from RGB is 81 - color contains mainly: blue. Hex color #303851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303851 is #CFC7AE. Grayscale: #383838. Windows color (decimal): -13617071 or 5322800. OLE color: 5322800.
HSL color Cylindrical-coordinate representation of color #303851: hue angle of 225.45º 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 #303851 is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 56 | 81 | - |
| CMYK | 0.41 | 0.31 | 0 | 0.68 |
| HSL | 225.45º | 0.26% | 0.25% | - |
| HSV(B) | 225.45º | 0.41% | 0.32% | - |
| XYZ | 4.12 | 4.05 | 8.35 | - |
| YUV | 56.46 | 141.85 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 56 | 81 | 0.41 | 0.31 | 0 | 0.68 | 225.45 | 0.26 | 0.25 |
| Hex | 30 | 38 | 51 | 29 | 1F | 0 | 44 | E1 | 1A | 19 |
| Octal | 60 | 70 | 121 | 51 | 37 | 0 | 104 | 341 | 32 | 31 |
| Binary | 110000 | 111000 | 1010001 | 101001 | 11111 | 0 | 1000100 | 11100001 | 11010 | 11001 |
Color Harmonies of #303851
Complementary color
Monochromatic Colors of #303851
Black with #303851
Text Example
Text Example
White with #303851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303851; }
p { color: rgb(48,56,81); }
H1.HeaderClassName
{
color: #303851;
}
.AnyTagClassName
{
color: #303851;
}
</style>
background-color css
<style>
a { background-color: #303851; }
a { background-color: rgb(48,56,81); }
div.DivClassName
{
background-color: #303851;
}
.BgClassName
{
background-color: #303851;
}
</style>
border-color css
<style>
span { border-color: #303851; }
span { border-color: rgb(48,56,81); }
td.TdClassName
{
border-color: #303851;
}
.TagClassName
{
border-color: #303851;
}
</style>