Shades of Shark #30373F
Tints of Shark #30373F
RGB
CMYK
RGB Variations
Color information
#30373F (or 0x30373F) is known color: Shark. HEX triplet: 30, 37 and 3F. RGB value is (48,55,63). Sum of RGB (Red+Green+Blue) = 48+55+63=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 55 (21.88% from 255 or 33.13% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 63 - color contains mainly: blue. Hex color #30373F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30373F is #CFC8C0. Grayscale: #353535. Windows color (decimal): -13617345 or 4142896. OLE color: 4142896.
HSL color Cylindrical-coordinate representation of color #30373F: hue angle of 212º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #30373F is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 55 | 63 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.75 |
| HSL | 212º | 0.14% | 0.22% | - |
| HSV(B) | 212º | 0.24% | 0.25% | - |
| XYZ | 3.48 | 3.72 | 5.24 | - |
| YUV | 53.82 | 133.18 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 55 | 63 | 0.24 | 0.13 | 0 | 0.75 | 212 | 0.14 | 0.22 |
| Hex | 30 | 37 | 3F | 18 | D | 0 | 4B | D4 | E | 16 |
| Octal | 60 | 67 | 77 | 30 | 15 | 0 | 113 | 324 | 16 | 26 |
| Binary | 110000 | 110111 | 111111 | 11000 | 1101 | 0 | 1001011 | 11010100 | 1110 | 10110 |
Color Harmonies of #30373F
Complementary color
Monochromatic Colors of #30373F
Black with #30373F
Text Example
Text Example
White with #30373F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30373F; }
p { color: rgb(48,55,63); }
H1.HeaderClassName
{
color: #30373F;
}
.AnyTagClassName
{
color: #30373F;
}
</style>
background-color css
<style>
a { background-color: #30373F; }
a { background-color: rgb(48,55,63); }
div.DivClassName
{
background-color: #30373F;
}
.BgClassName
{
background-color: #30373F;
}
</style>
border-color css
<style>
span { border-color: #30373F; }
span { border-color: rgb(48,55,63); }
td.TdClassName
{
border-color: #30373F;
}
.TagClassName
{
border-color: #30373F;
}
</style>