Shades of Shark #32373D
Tints of Shark #32373D
RGB
CMYK
RGB Variations
Color information
#32373D (or 0x32373D) is known color: Shark. HEX triplet: 32, 37 and 3D. RGB value is (50,55,61). Sum of RGB (Red+Green+Blue) = 50+55+61=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 55 (21.88% from 255 or 33.13% from 166); Blue value is 61 (24.22% from 255 or 36.75% from 166); Max value from RGB is 61 - color contains mainly: blue. Hex color #32373D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32373D is #CDC8C2. Grayscale: #363636. Windows color (decimal): -13486275 or 4011826. OLE color: 4011826.
HSL color Cylindrical-coordinate representation of color #32373D: hue angle of 212.73º 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 #32373D is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 55 | 61 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.76 |
| HSL | 212.73º | 0.1% | 0.22% | - |
| HSV(B) | 212.73º | 0.18% | 0.24% | - |
| XYZ | 3.52 | 3.75 | 4.95 | - |
| YUV | 54.19 | 131.84 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 55 | 61 | 0.18 | 0.10 | 0 | 0.76 | 212.73 | 0.1 | 0.22 |
| Hex | 32 | 37 | 3D | 12 | A | 0 | 4C | D5 | A | 16 |
| Octal | 62 | 67 | 75 | 22 | 12 | 0 | 114 | 325 | 12 | 26 |
| Binary | 110010 | 110111 | 111101 | 10010 | 1010 | 0 | 1001100 | 11010101 | 1010 | 10110 |
Color Harmonies of #32373D
Complementary color
Monochromatic Colors of #32373D
Black with #32373D
Text Example
Text Example
White with #32373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32373D; }
p { color: rgb(50,55,61); }
H1.HeaderClassName
{
color: #32373D;
}
.AnyTagClassName
{
color: #32373D;
}
</style>
background-color css
<style>
a { background-color: #32373D; }
a { background-color: rgb(50,55,61); }
div.DivClassName
{
background-color: #32373D;
}
.BgClassName
{
background-color: #32373D;
}
</style>
border-color css
<style>
span { border-color: #32373D; }
span { border-color: rgb(50,55,61); }
td.TdClassName
{
border-color: #32373D;
}
.TagClassName
{
border-color: #32373D;
}
</style>