Shades of Shark #32363E
Tints of Shark #32363E
RGB
CMYK
RGB Variations
Color information
#32363E (or 0x32363E) is known color: Shark. HEX triplet: 32, 36 and 3E. RGB value is (50,54,62). Sum of RGB (Red+Green+Blue) = 50+54+62=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 62 (24.61% from 255 or 37.35% from 166); Max value from RGB is 62 - color contains mainly: blue. Hex color #32363E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32363E is #CDC9C1. Grayscale: #353535. Windows color (decimal): -13486530 or 4077106. OLE color: 4077106.
HSL color Cylindrical-coordinate representation of color #32363E: hue angle of 220º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #32363E is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 54 | 62 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.76 |
| HSL | 220º | 0.11% | 0.22% | - |
| HSV(B) | 220º | 0.19% | 0.24% | - |
| XYZ | 3.5 | 3.66 | 5.08 | - |
| YUV | 53.72 | 132.67 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 54 | 62 | 0.19 | 0.13 | 0 | 0.76 | 220 | 0.11 | 0.22 |
| Hex | 32 | 36 | 3E | 13 | D | 0 | 4C | DC | B | 16 |
| Octal | 62 | 66 | 76 | 23 | 15 | 0 | 114 | 334 | 13 | 26 |
| Binary | 110010 | 110110 | 111110 | 10011 | 1101 | 0 | 1001100 | 11011100 | 1011 | 10110 |
Color Harmonies of #32363E
Complementary color
Monochromatic Colors of #32363E
Black with #32363E
Text Example
Text Example
White with #32363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32363E; }
p { color: rgb(50,54,62); }
H1.HeaderClassName
{
color: #32363E;
}
.AnyTagClassName
{
color: #32363E;
}
</style>
background-color css
<style>
a { background-color: #32363E; }
a { background-color: rgb(50,54,62); }
div.DivClassName
{
background-color: #32363E;
}
.BgClassName
{
background-color: #32363E;
}
</style>
border-color css
<style>
span { border-color: #32363E; }
span { border-color: rgb(50,54,62); }
td.TdClassName
{
border-color: #32363E;
}
.TagClassName
{
border-color: #32363E;
}
</style>