Shades of Black Rock #323240
Tints of Black Rock #323240
RGB
CMYK
RGB Variations
Color information
#323240 (or 0x323240) is known color: Black Rock. HEX triplet: 32, 32 and 40. RGB value is (50,50,64). Sum of RGB (Red+Green+Blue) = 50+50+64=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 64 - color contains mainly: blue. Hex color #323240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323240 is #CDCDBF. Grayscale: #333333. Windows color (decimal): -13487552 or 4207154. OLE color: 4207154.
HSL color Cylindrical-coordinate representation of color #323240: hue angle of 240º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #323240 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 50 | 64 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.75 |
| HSL | 240º | 0.12% | 0.22% | - |
| HSV(B) | 240º | 0.22% | 0.25% | - |
| XYZ | 3.38 | 3.33 | 5.31 | - |
| YUV | 51.6 | 135 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 50 | 64 | 0.22 | 0.22 | 0 | 0.75 | 240 | 0.12 | 0.22 |
| Hex | 32 | 32 | 40 | 16 | 16 | 0 | 4B | F0 | C | 16 |
| Octal | 62 | 62 | 100 | 26 | 26 | 0 | 113 | 360 | 14 | 26 |
| Binary | 110010 | 110010 | 1000000 | 10110 | 10110 | 0 | 1001011 | 11110000 | 1100 | 10110 |
Color Harmonies of #323240
Complementary color
Monochromatic Colors of #323240
Black with #323240
Text Example
Text Example
White with #323240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323240; }
p { color: rgb(50,50,64); }
H1.HeaderClassName
{
color: #323240;
}
.AnyTagClassName
{
color: #323240;
}
</style>
background-color css
<style>
a { background-color: #323240; }
a { background-color: rgb(50,50,64); }
div.DivClassName
{
background-color: #323240;
}
.BgClassName
{
background-color: #323240;
}
</style>
border-color css
<style>
span { border-color: #323240; }
span { border-color: rgb(50,50,64); }
td.TdClassName
{
border-color: #323240;
}
.TagClassName
{
border-color: #323240;
}
</style>