Shades of Baltic Sea #32383D
Tints of Baltic Sea #32383D
RGB
CMYK
RGB Variations
Color information
#32383D (or 0x32383D) is known color: Baltic Sea. HEX triplet: 32, 38 and 3D. RGB value is (50,56,61). Sum of RGB (Red+Green+Blue) = 50+56+61=167 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.94% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 61 (24.22% from 255 or 36.53% from 167); Max value from RGB is 61 - color contains mainly: blue. Hex color #32383D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32383D is #CDC7C2. Grayscale: #363636. Windows color (decimal): -13486019 or 4012082. OLE color: 4012082.
HSL color Cylindrical-coordinate representation of color #32383D: hue angle of 207.27º degrees, saturation: 0.1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #32383D is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 56 | 61 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.76 |
| HSL | 207.27º | 0.1% | 0.22% | - |
| HSV(B) | 207.27º | 0.18% | 0.24% | - |
| XYZ | 3.57 | 3.84 | 4.97 | - |
| YUV | 54.78 | 131.51 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 56 | 61 | 0.18 | 0.08 | 0 | 0.76 | 207.27 | 0.1 | 0.22 |
| Hex | 32 | 38 | 3D | 12 | 8 | 0 | 4C | CF | A | 16 |
| Octal | 62 | 70 | 75 | 22 | 10 | 0 | 114 | 317 | 12 | 26 |
| Binary | 110010 | 111000 | 111101 | 10010 | 1000 | 0 | 1001100 | 11001111 | 1010 | 10110 |
Color Harmonies of #32383D
Complementary color
Monochromatic Colors of #32383D
Black with #32383D
Text Example
Text Example
White with #32383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32383D; }
p { color: rgb(50,56,61); }
H1.HeaderClassName
{
color: #32383D;
}
.AnyTagClassName
{
color: #32383D;
}
</style>
background-color css
<style>
a { background-color: #32383D; }
a { background-color: rgb(50,56,61); }
div.DivClassName
{
background-color: #32383D;
}
.BgClassName
{
background-color: #32383D;
}
</style>
border-color css
<style>
span { border-color: #32383D; }
span { border-color: rgb(50,56,61); }
td.TdClassName
{
border-color: #32383D;
}
.TagClassName
{
border-color: #32383D;
}
</style>