Shades of Shark #34373B
Tints of Shark #34373B
RGB
CMYK
RGB Variations
Color information
#34373B (or 0x34373B) is known color: Shark. HEX triplet: 34, 37 and 3B. RGB value is (52,55,59). Sum of RGB (Red+Green+Blue) = 52+55+59=166 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.33% from 166); Green value is 55 (21.88% from 255 or 33.13% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 59 - color contains mainly: blue. Hex color #34373B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34373B is #CBC8C4. Grayscale: #363636. Windows color (decimal): -13355205 or 3880756. OLE color: 3880756.
HSL color Cylindrical-coordinate representation of color #34373B: hue angle of 214.29º degrees, saturation: 0.06, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #34373B is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 52 | 55 | 59 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.77 |
| HSL | 214.29º | 0.06% | 0.22% | - |
| HSV(B) | 214.29º | 0.12% | 0.23% | - |
| XYZ | 3.57 | 3.78 | 4.68 | - |
| YUV | 54.56 | 130.51 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 55 | 59 | 0.12 | 0.07 | 0 | 0.77 | 214.29 | 0.06 | 0.22 |
| Hex | 34 | 37 | 3B | C | 7 | 0 | 4D | D6 | 6 | 16 |
| Octal | 64 | 67 | 73 | 14 | 7 | 0 | 115 | 326 | 6 | 26 |
| Binary | 110100 | 110111 | 111011 | 1100 | 111 | 0 | 1001101 | 11010110 | 110 | 10110 |
Color Harmonies of #34373B
Complementary color
Monochromatic Colors of #34373B
Black with #34373B
Text Example
Text Example
White with #34373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34373B; }
p { color: rgb(52,55,59); }
H1.HeaderClassName
{
color: #34373B;
}
.AnyTagClassName
{
color: #34373B;
}
</style>
background-color css
<style>
a { background-color: #34373B; }
a { background-color: rgb(52,55,59); }
div.DivClassName
{
background-color: #34373B;
}
.BgClassName
{
background-color: #34373B;
}
</style>
border-color css
<style>
span { border-color: #34373B; }
span { border-color: rgb(52,55,59); }
td.TdClassName
{
border-color: #34373B;
}
.TagClassName
{
border-color: #34373B;
}
</style>