Shades of Big Stone #303D48
Tints of Big Stone #303D48
RGB
CMYK
RGB Variations
Color information
#303D48 (or 0x303D48) is known color: Big Stone. HEX triplet: 30, 3D and 48. RGB value is (48,61,72). Sum of RGB (Red+Green+Blue) = 48+61+72=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 72 - color contains mainly: blue. Hex color #303D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D48 is #CFC2B7. Grayscale: #3A3A3A. Windows color (decimal): -13615800 or 4734256. OLE color: 4734256.
HSL color Cylindrical-coordinate representation of color #303D48: hue angle of 207.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #303D48 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 48 | 61 | 72 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.72 |
| HSL | 207.5º | 0.2% | 0.24% | - |
| HSV(B) | 207.5º | 0.33% | 0.28% | - |
| XYZ | 4.06 | 4.43 | 6.77 | - |
| YUV | 58.37 | 135.69 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 72 | 0.33 | 0.15 | 0 | 0.72 | 207.5 | 0.2 | 0.24 |
| Hex | 30 | 3D | 48 | 21 | F | 0 | 48 | D0 | 14 | 18 |
| Octal | 60 | 75 | 110 | 41 | 17 | 0 | 110 | 320 | 24 | 30 |
| Binary | 110000 | 111101 | 1001000 | 100001 | 1111 | 0 | 1001000 | 11010000 | 10100 | 11000 |
Color Harmonies of #303D48
Complementary color
Monochromatic Colors of #303D48
Black with #303D48
Text Example
Text Example
White with #303D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D48; }
p { color: rgb(48,61,72); }
H1.HeaderClassName
{
color: #303D48;
}
.AnyTagClassName
{
color: #303D48;
}
</style>
background-color css
<style>
a { background-color: #303D48; }
a { background-color: rgb(48,61,72); }
div.DivClassName
{
background-color: #303D48;
}
.BgClassName
{
background-color: #303D48;
}
</style>
border-color css
<style>
span { border-color: #303D48; }
span { border-color: rgb(48,61,72); }
td.TdClassName
{
border-color: #303D48;
}
.TagClassName
{
border-color: #303D48;
}
</style>