Shades of Shark #30343F
Tints of Shark #30343F
RGB
CMYK
RGB Variations
Color information
#30343F (or 0x30343F) is known color: Shark. HEX triplet: 30, 34 and 3F. RGB value is (48,52,63). Sum of RGB (Red+Green+Blue) = 48+52+63=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 63 - color contains mainly: blue. Hex color #30343F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30343F is #CFCBC0. Grayscale: #343434. Windows color (decimal): -13618113 or 4142128. OLE color: 4142128.
HSL color Cylindrical-coordinate representation of color #30343F: hue angle of 224º 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 #30343F is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 52 | 63 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.75 |
| HSL | 224º | 0.14% | 0.22% | - |
| HSV(B) | 224º | 0.24% | 0.25% | - |
| XYZ | 3.34 | 3.44 | 5.19 | - |
| YUV | 52.06 | 134.17 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 52 | 63 | 0.24 | 0.17 | 0 | 0.75 | 224 | 0.14 | 0.22 |
| Hex | 30 | 34 | 3F | 18 | 11 | 0 | 4B | E0 | E | 16 |
| Octal | 60 | 64 | 77 | 30 | 21 | 0 | 113 | 340 | 16 | 26 |
| Binary | 110000 | 110100 | 111111 | 11000 | 10001 | 0 | 1001011 | 11100000 | 1110 | 10110 |
Color Harmonies of #30343F
Complementary color
Monochromatic Colors of #30343F
Black with #30343F
Text Example
Text Example
White with #30343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30343F; }
p { color: rgb(48,52,63); }
H1.HeaderClassName
{
color: #30343F;
}
.AnyTagClassName
{
color: #30343F;
}
</style>
background-color css
<style>
a { background-color: #30343F; }
a { background-color: rgb(48,52,63); }
div.DivClassName
{
background-color: #30343F;
}
.BgClassName
{
background-color: #30343F;
}
</style>
border-color css
<style>
span { border-color: #30343F; }
span { border-color: rgb(48,52,63); }
td.TdClassName
{
border-color: #30343F;
}
.TagClassName
{
border-color: #30343F;
}
</style>