Shades of Black Rock #32323D
Tints of Black Rock #32323D
RGB
CMYK
RGB Variations
Color information
#32323D (or 0x32323D) is known color: Black Rock. HEX triplet: 32, 32 and 3D. RGB value is (50,50,61). Sum of RGB (Red+Green+Blue) = 50+50+61=161 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.06% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 61 (24.22% from 255 or 37.89% from 161); Max value from RGB is 61 - color contains mainly: blue. Hex color #32323D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32323D is #CDCDC2. Grayscale: #333333. Windows color (decimal): -13487555 or 4010546. OLE color: 4010546.
HSL color Cylindrical-coordinate representation of color #32323D: hue angle of 240º degrees, saturation: 0.1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #32323D is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 50 | 61 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.76 |
| HSL | 240º | 0.1% | 0.22% | - |
| HSV(B) | 240º | 0.18% | 0.24% | - |
| XYZ | 3.3 | 3.3 | 4.88 | - |
| YUV | 51.25 | 133.5 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 50 | 61 | 0.18 | 0.18 | 0 | 0.76 | 240 | 0.1 | 0.22 |
| Hex | 32 | 32 | 3D | 12 | 12 | 0 | 4C | F0 | A | 16 |
| Octal | 62 | 62 | 75 | 22 | 22 | 0 | 114 | 360 | 12 | 26 |
| Binary | 110010 | 110010 | 111101 | 10010 | 10010 | 0 | 1001100 | 11110000 | 1010 | 10110 |
Color Harmonies of #32323D
Complementary color
Monochromatic Colors of #32323D
Black with #32323D
Text Example
Text Example
White with #32323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32323D; }
p { color: rgb(50,50,61); }
H1.HeaderClassName
{
color: #32323D;
}
.AnyTagClassName
{
color: #32323D;
}
</style>
background-color css
<style>
a { background-color: #32323D; }
a { background-color: rgb(50,50,61); }
div.DivClassName
{
background-color: #32323D;
}
.BgClassName
{
background-color: #32323D;
}
</style>
border-color css
<style>
span { border-color: #32323D; }
span { border-color: rgb(50,50,61); }
td.TdClassName
{
border-color: #32323D;
}
.TagClassName
{
border-color: #32323D;
}
</style>