Shades of Black Rock #30323D
Tints of Black Rock #30323D
RGB
CMYK
RGB Variations
Color information
#30323D (or 0x30323D) is known color: Black Rock. HEX triplet: 30, 32 and 3D. RGB value is (48,50,61). Sum of RGB (Red+Green+Blue) = 48+50+61=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 61 - color contains mainly: blue. Hex color #30323D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30323D is #CFCDC2. Grayscale: #323232. Windows color (decimal): -13618627 or 4010544. OLE color: 4010544.
HSL color Cylindrical-coordinate representation of color #30323D: hue angle of 230.77º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #30323D is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 50 | 61 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.76 |
| HSL | 230.77º | 0.12% | 0.21% | - |
| HSV(B) | 230.77º | 0.21% | 0.24% | - |
| XYZ | 3.2 | 3.25 | 4.87 | - |
| YUV | 50.66 | 133.84 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 50 | 61 | 0.21 | 0.18 | 0 | 0.76 | 230.77 | 0.12 | 0.21 |
| Hex | 30 | 32 | 3D | 15 | 12 | 0 | 4C | E7 | C | 15 |
| Octal | 60 | 62 | 75 | 25 | 22 | 0 | 114 | 347 | 14 | 25 |
| Binary | 110000 | 110010 | 111101 | 10101 | 10010 | 0 | 1001100 | 11100111 | 1100 | 10101 |
Color Harmonies of #30323D
Complementary color
Monochromatic Colors of #30323D
Black with #30323D
Text Example
Text Example
White with #30323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30323D; }
p { color: rgb(48,50,61); }
H1.HeaderClassName
{
color: #30323D;
}
.AnyTagClassName
{
color: #30323D;
}
</style>
background-color css
<style>
a { background-color: #30323D; }
a { background-color: rgb(48,50,61); }
div.DivClassName
{
background-color: #30323D;
}
.BgClassName
{
background-color: #30323D;
}
</style>
border-color css
<style>
span { border-color: #30323D; }
span { border-color: rgb(48,50,61); }
td.TdClassName
{
border-color: #30323D;
}
.TagClassName
{
border-color: #30323D;
}
</style>