Shades of Big Stone #303D44
Tints of Big Stone #303D44
RGB
CMYK
RGB Variations
Color information
#303D44 (or 0x303D44) is known color: Big Stone. HEX triplet: 30, 3D and 44. RGB value is (48,61,68). Sum of RGB (Red+Green+Blue) = 48+61+68=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 61 (24.22% from 255 or 34.46% from 177); Blue value is 68 (26.95% from 255 or 38.42% from 177); Max value from RGB is 68 - color contains mainly: blue. Hex color #303D44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D44 is #CFC2BB. Grayscale: #393939. Windows color (decimal): -13615804 or 4472112. OLE color: 4472112.
HSL color Cylindrical-coordinate representation of color #303D44: hue angle of 201º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #303D44 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 61 | 68 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.73 |
| HSL | 201º | 0.17% | 0.23% | - |
| HSV(B) | 201º | 0.29% | 0.27% | - |
| XYZ | 3.93 | 4.38 | 6.11 | - |
| YUV | 57.91 | 133.69 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 68 | 0.29 | 0.10 | 0 | 0.73 | 201 | 0.17 | 0.23 |
| Hex | 30 | 3D | 44 | 1D | A | 0 | 49 | C9 | 11 | 17 |
| Octal | 60 | 75 | 104 | 35 | 12 | 0 | 111 | 311 | 21 | 27 |
| Binary | 110000 | 111101 | 1000100 | 11101 | 1010 | 0 | 1001001 | 11001001 | 10001 | 10111 |
Color Harmonies of #303D44
Complementary color
Monochromatic Colors of #303D44
Black with #303D44
Text Example
Text Example
White with #303D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D44; }
p { color: rgb(48,61,68); }
H1.HeaderClassName
{
color: #303D44;
}
.AnyTagClassName
{
color: #303D44;
}
</style>
background-color css
<style>
a { background-color: #303D44; }
a { background-color: rgb(48,61,68); }
div.DivClassName
{
background-color: #303D44;
}
.BgClassName
{
background-color: #303D44;
}
</style>
border-color css
<style>
span { border-color: #303D44; }
span { border-color: rgb(48,61,68); }
td.TdClassName
{
border-color: #303D44;
}
.TagClassName
{
border-color: #303D44;
}
</style>