Shades of Shark #33363B
Tints of Shark #33363B
RGB
CMYK
RGB Variations
Color information
#33363B (or 0x33363B) is known color: Shark. HEX triplet: 33, 36 and 3B. RGB value is (51,54,59). Sum of RGB (Red+Green+Blue) = 51+54+59=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 59 (23.44% from 255 or 35.98% from 164); Max value from RGB is 59 - color contains mainly: blue. Hex color #33363B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33363B is #CCC9C4. Grayscale: #353535. Windows color (decimal): -13420997 or 3880499. OLE color: 3880499.
HSL color Cylindrical-coordinate representation of color #33363B: hue angle of 217.5º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #33363B is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 51 | 54 | 59 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.77 |
| HSL | 217.5º | 0.07% | 0.22% | - |
| HSV(B) | 217.5º | 0.14% | 0.23% | - |
| XYZ | 3.47 | 3.66 | 4.66 | - |
| YUV | 53.67 | 131.01 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 54 | 59 | 0.14 | 0.08 | 0 | 0.77 | 217.5 | 0.07 | 0.22 |
| Hex | 33 | 36 | 3B | E | 8 | 0 | 4D | DA | 7 | 16 |
| Octal | 63 | 66 | 73 | 16 | 10 | 0 | 115 | 332 | 7 | 26 |
| Binary | 110011 | 110110 | 111011 | 1110 | 1000 | 0 | 1001101 | 11011010 | 111 | 10110 |
Color Harmonies of #33363B
Complementary color
Monochromatic Colors of #33363B
Black with #33363B
Text Example
Text Example
White with #33363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33363B; }
p { color: rgb(51,54,59); }
H1.HeaderClassName
{
color: #33363B;
}
.AnyTagClassName
{
color: #33363B;
}
</style>
background-color css
<style>
a { background-color: #33363B; }
a { background-color: rgb(51,54,59); }
div.DivClassName
{
background-color: #33363B;
}
.BgClassName
{
background-color: #33363B;
}
</style>
border-color css
<style>
span { border-color: #33363B; }
span { border-color: rgb(51,54,59); }
td.TdClassName
{
border-color: #33363B;
}
.TagClassName
{
border-color: #33363B;
}
</style>