Shades of Baltic Sea #303841
Tints of Baltic Sea #303841
RGB
CMYK
RGB Variations
Color information
#303841 (or 0x303841) is known color: Baltic Sea. HEX triplet: 30, 38 and 41. RGB value is (48,56,65). Sum of RGB (Red+Green+Blue) = 48+56+65=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 65 - color contains mainly: blue. Hex color #303841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303841 is #CFC7BE. Grayscale: #363636. Windows color (decimal): -13617087 or 4274224. OLE color: 4274224.
HSL color Cylindrical-coordinate representation of color #303841: hue angle of 211.76º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #303841 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 56 | 65 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.75 |
| HSL | 211.76º | 0.15% | 0.22% | - |
| HSV(B) | 211.76º | 0.26% | 0.25% | - |
| XYZ | 3.59 | 3.84 | 5.55 | - |
| YUV | 54.63 | 133.85 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 56 | 65 | 0.26 | 0.14 | 0 | 0.75 | 211.76 | 0.15 | 0.22 |
| Hex | 30 | 38 | 41 | 1A | E | 0 | 4B | D4 | F | 16 |
| Octal | 60 | 70 | 101 | 32 | 16 | 0 | 113 | 324 | 17 | 26 |
| Binary | 110000 | 111000 | 1000001 | 11010 | 1110 | 0 | 1001011 | 11010100 | 1111 | 10110 |
Color Harmonies of #303841
Complementary color
Monochromatic Colors of #303841
Black with #303841
Text Example
Text Example
White with #303841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303841; }
p { color: rgb(48,56,65); }
H1.HeaderClassName
{
color: #303841;
}
.AnyTagClassName
{
color: #303841;
}
</style>
background-color css
<style>
a { background-color: #303841; }
a { background-color: rgb(48,56,65); }
div.DivClassName
{
background-color: #303841;
}
.BgClassName
{
background-color: #303841;
}
</style>
border-color css
<style>
span { border-color: #303841; }
span { border-color: rgb(48,56,65); }
td.TdClassName
{
border-color: #303841;
}
.TagClassName
{
border-color: #303841;
}
</style>