Shades of Shark #32363C
Tints of Shark #32363C
RGB
CMYK
RGB Variations
Color information
#32363C (or 0x32363C) is known color: Shark. HEX triplet: 32, 36 and 3C. RGB value is (50,54,60). Sum of RGB (Red+Green+Blue) = 50+54+60=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 60 (23.83% from 255 or 36.59% from 164); Max value from RGB is 60 - color contains mainly: blue. Hex color #32363C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32363C is #CDC9C3. Grayscale: #353535. Windows color (decimal): -13486532 or 3946034. OLE color: 3946034.
HSL color Cylindrical-coordinate representation of color #32363C: hue angle of 216º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #32363C is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 54 | 60 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.76 |
| HSL | 216º | 0.09% | 0.22% | - |
| HSV(B) | 216º | 0.17% | 0.24% | - |
| XYZ | 3.45 | 3.64 | 4.8 | - |
| YUV | 53.49 | 131.67 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 54 | 60 | 0.17 | 0.10 | 0 | 0.76 | 216 | 0.09 | 0.22 |
| Hex | 32 | 36 | 3C | 11 | A | 0 | 4C | D8 | 9 | 16 |
| Octal | 62 | 66 | 74 | 21 | 12 | 0 | 114 | 330 | 11 | 26 |
| Binary | 110010 | 110110 | 111100 | 10001 | 1010 | 0 | 1001100 | 11011000 | 1001 | 10110 |
Color Harmonies of #32363C
Complementary color
Monochromatic Colors of #32363C
Black with #32363C
Text Example
Text Example
White with #32363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32363C; }
p { color: rgb(50,54,60); }
H1.HeaderClassName
{
color: #32363C;
}
.AnyTagClassName
{
color: #32363C;
}
</style>
background-color css
<style>
a { background-color: #32363C; }
a { background-color: rgb(50,54,60); }
div.DivClassName
{
background-color: #32363C;
}
.BgClassName
{
background-color: #32363C;
}
</style>
border-color css
<style>
span { border-color: #32363C; }
span { border-color: rgb(50,54,60); }
td.TdClassName
{
border-color: #32363C;
}
.TagClassName
{
border-color: #32363C;
}
</style>