Shades of Shark #32353D
Tints of Shark #32353D
RGB
CMYK
RGB Variations
Color information
#32353D (or 0x32353D) is known color: Shark. HEX triplet: 32, 35 and 3D. RGB value is (50,53,61). Sum of RGB (Red+Green+Blue) = 50+53+61=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 61 (24.22% from 255 or 37.20% from 164); Max value from RGB is 61 - color contains mainly: blue. Hex color #32353D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32353D is #CDCAC2. Grayscale: #343434. Windows color (decimal): -13486787 or 4011314. OLE color: 4011314.
HSL color Cylindrical-coordinate representation of color #32353D: hue angle of 223.64º 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 #32353D is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 53 | 61 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.76 |
| HSL | 223.64º | 0.1% | 0.22% | - |
| HSV(B) | 223.64º | 0.18% | 0.24% | - |
| XYZ | 3.43 | 3.56 | 4.92 | - |
| YUV | 53.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 53 | 61 | 0.18 | 0.13 | 0 | 0.76 | 223.64 | 0.1 | 0.22 |
| Hex | 32 | 35 | 3D | 12 | D | 0 | 4C | E0 | A | 16 |
| Octal | 62 | 65 | 75 | 22 | 15 | 0 | 114 | 340 | 12 | 26 |
| Binary | 110010 | 110101 | 111101 | 10010 | 1101 | 0 | 1001100 | 11100000 | 1010 | 10110 |
Color Harmonies of #32353D
Complementary color
Monochromatic Colors of #32353D
Black with #32353D
Text Example
Text Example
White with #32353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32353D; }
p { color: rgb(50,53,61); }
H1.HeaderClassName
{
color: #32353D;
}
.AnyTagClassName
{
color: #32353D;
}
</style>
background-color css
<style>
a { background-color: #32353D; }
a { background-color: rgb(50,53,61); }
div.DivClassName
{
background-color: #32353D;
}
.BgClassName
{
background-color: #32353D;
}
</style>
border-color css
<style>
span { border-color: #32353D; }
span { border-color: rgb(50,53,61); }
td.TdClassName
{
border-color: #32353D;
}
.TagClassName
{
border-color: #32353D;
}
</style>