Shades of Black Rock #32323A
Tints of Black Rock #32323A
RGB
CMYK
RGB Variations
Color information
#32323A (or 0x32323A) is known color: Black Rock. HEX triplet: 32, 32 and 3A. RGB value is (50,50,58). Sum of RGB (Red+Green+Blue) = 50+50+58=158 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.65% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 58 - color contains mainly: blue. Hex color #32323A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32323A is #CDCDC5. Grayscale: #323232. Windows color (decimal): -13487558 or 3813938. OLE color: 3813938.
HSL color Cylindrical-coordinate representation of color #32323A: hue angle of 240º degrees, saturation: 0.07, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #32323A is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 50 | 58 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.77 |
| HSL | 240º | 0.07% | 0.21% | - |
| HSV(B) | 240º | 0.14% | 0.23% | - |
| XYZ | 3.22 | 3.26 | 4.46 | - |
| YUV | 50.91 | 132 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 50 | 58 | 0.14 | 0.14 | 0 | 0.77 | 240 | 0.07 | 0.21 |
| Hex | 32 | 32 | 3A | E | E | 0 | 4D | F0 | 7 | 15 |
| Octal | 62 | 62 | 72 | 16 | 16 | 0 | 115 | 360 | 7 | 25 |
| Binary | 110010 | 110010 | 111010 | 1110 | 1110 | 0 | 1001101 | 11110000 | 111 | 10101 |
Color Harmonies of #32323A
Complementary color
Monochromatic Colors of #32323A
Black with #32323A
Text Example
Text Example
White with #32323A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32323A; }
p { color: rgb(50,50,58); }
H1.HeaderClassName
{
color: #32323A;
}
.AnyTagClassName
{
color: #32323A;
}
</style>
background-color css
<style>
a { background-color: #32323A; }
a { background-color: rgb(50,50,58); }
div.DivClassName
{
background-color: #32323A;
}
.BgClassName
{
background-color: #32323A;
}
</style>
border-color css
<style>
span { border-color: #32323A; }
span { border-color: rgb(50,50,58); }
td.TdClassName
{
border-color: #32323A;
}
.TagClassName
{
border-color: #32323A;
}
</style>