Shades of Shark #33363A
Tints of Shark #33363A
RGB
CMYK
RGB Variations
Color information
#33363A (or 0x33363A) is known color: Shark. HEX triplet: 33, 36 and 3A. RGB value is (51,54,58). Sum of RGB (Red+Green+Blue) = 51+54+58=163 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.29% from 163); Green value is 54 (21.48% from 255 or 33.13% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 58 - color contains mainly: blue. Hex color #33363A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33363A is #CCC9C5. Grayscale: #353535. Windows color (decimal): -13420998 or 3814963. OLE color: 3814963.
HSL color Cylindrical-coordinate representation of color #33363A: hue angle of 214.29º degrees, saturation: 0.06, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #33363A is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 51 | 54 | 58 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.77 |
| HSL | 214.29º | 0.06% | 0.21% | - |
| HSV(B) | 214.29º | 0.12% | 0.23% | - |
| XYZ | 3.45 | 3.65 | 4.53 | - |
| YUV | 53.56 | 130.51 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 54 | 58 | 0.12 | 0.07 | 0 | 0.77 | 214.29 | 0.06 | 0.21 |
| Hex | 33 | 36 | 3A | C | 7 | 0 | 4D | D6 | 6 | 15 |
| Octal | 63 | 66 | 72 | 14 | 7 | 0 | 115 | 326 | 6 | 25 |
| Binary | 110011 | 110110 | 111010 | 1100 | 111 | 0 | 1001101 | 11010110 | 110 | 10101 |
Color Harmonies of #33363A
Complementary color
Monochromatic Colors of #33363A
Black with #33363A
Text Example
Text Example
White with #33363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33363A; }
p { color: rgb(51,54,58); }
H1.HeaderClassName
{
color: #33363A;
}
.AnyTagClassName
{
color: #33363A;
}
</style>
background-color css
<style>
a { background-color: #33363A; }
a { background-color: rgb(51,54,58); }
div.DivClassName
{
background-color: #33363A;
}
.BgClassName
{
background-color: #33363A;
}
</style>
border-color css
<style>
span { border-color: #33363A; }
span { border-color: rgb(51,54,58); }
td.TdClassName
{
border-color: #33363A;
}
.TagClassName
{
border-color: #33363A;
}
</style>