Shades of Black Rock #32323B
Tints of Black Rock #32323B
RGB
CMYK
RGB Variations
Color information
#32323B (or 0x32323B) is known color: Black Rock. HEX triplet: 32, 32 and 3B. RGB value is (50,50,59). Sum of RGB (Red+Green+Blue) = 50+50+59=159 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.45% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 59 - color contains mainly: blue. Hex color #32323B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32323B is #CDCDC4. Grayscale: #323232. Windows color (decimal): -13487557 or 3879474. OLE color: 3879474.
HSL color Cylindrical-coordinate representation of color #32323B: hue angle of 240º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #32323B is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 50 | 59 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.77 |
| HSL | 240º | 0.08% | 0.21% | - |
| HSV(B) | 240º | 0.15% | 0.23% | - |
| XYZ | 3.25 | 3.28 | 4.6 | - |
| YUV | 51.03 | 132.5 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 50 | 59 | 0.15 | 0.15 | 0 | 0.77 | 240 | 0.08 | 0.21 |
| Hex | 32 | 32 | 3B | F | F | 0 | 4D | F0 | 8 | 15 |
| Octal | 62 | 62 | 73 | 17 | 17 | 0 | 115 | 360 | 10 | 25 |
| Binary | 110010 | 110010 | 111011 | 1111 | 1111 | 0 | 1001101 | 11110000 | 1000 | 10101 |
Color Harmonies of #32323B
Complementary color
Monochromatic Colors of #32323B
Black with #32323B
Text Example
Text Example
White with #32323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32323B; }
p { color: rgb(50,50,59); }
H1.HeaderClassName
{
color: #32323B;
}
.AnyTagClassName
{
color: #32323B;
}
</style>
background-color css
<style>
a { background-color: #32323B; }
a { background-color: rgb(50,50,59); }
div.DivClassName
{
background-color: #32323B;
}
.BgClassName
{
background-color: #32323B;
}
</style>
border-color css
<style>
span { border-color: #32323B; }
span { border-color: rgb(50,50,59); }
td.TdClassName
{
border-color: #32323B;
}
.TagClassName
{
border-color: #32323B;
}
</style>