Shades of Shark #303640
Tints of Shark #303640
RGB
CMYK
RGB Variations
Color information
#303640 (or 0x303640) is known color: Shark. HEX triplet: 30, 36 and 40. RGB value is (48,54,64). Sum of RGB (Red+Green+Blue) = 48+54+64=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 64 - color contains mainly: blue. Hex color #303640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303640 is #CFC9BF. Grayscale: #353535. Windows color (decimal): -13617600 or 4208176. OLE color: 4208176.
HSL color Cylindrical-coordinate representation of color #303640: hue angle of 217.5º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #303640 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 54 | 64 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.75 |
| HSL | 217.5º | 0.14% | 0.22% | - |
| HSV(B) | 217.5º | 0.25% | 0.25% | - |
| XYZ | 3.46 | 3.64 | 5.37 | - |
| YUV | 53.35 | 134.01 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 54 | 64 | 0.25 | 0.16 | 0 | 0.75 | 217.5 | 0.14 | 0.22 |
| Hex | 30 | 36 | 40 | 19 | 10 | 0 | 4B | DA | E | 16 |
| Octal | 60 | 66 | 100 | 31 | 20 | 0 | 113 | 332 | 16 | 26 |
| Binary | 110000 | 110110 | 1000000 | 11001 | 10000 | 0 | 1001011 | 11011010 | 1110 | 10110 |
Color Harmonies of #303640
Complementary color
Monochromatic Colors of #303640
Black with #303640
Text Example
Text Example
White with #303640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303640; }
p { color: rgb(48,54,64); }
H1.HeaderClassName
{
color: #303640;
}
.AnyTagClassName
{
color: #303640;
}
</style>
background-color css
<style>
a { background-color: #303640; }
a { background-color: rgb(48,54,64); }
div.DivClassName
{
background-color: #303640;
}
.BgClassName
{
background-color: #303640;
}
</style>
border-color css
<style>
span { border-color: #303640; }
span { border-color: rgb(48,54,64); }
td.TdClassName
{
border-color: #303640;
}
.TagClassName
{
border-color: #303640;
}
</style>