Shades of Black Rock #323441
Tints of Black Rock #323441
RGB
CMYK
RGB Variations
Color information
#323441 (or 0x323441) is known color: Black Rock. HEX triplet: 32, 34 and 41. RGB value is (50,52,65). Sum of RGB (Red+Green+Blue) = 50+52+65=167 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.94% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 65 - color contains mainly: blue. Hex color #323441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323441 is #CDCBBE. Grayscale: #343434. Windows color (decimal): -13487039 or 4273202. OLE color: 4273202.
HSL color Cylindrical-coordinate representation of color #323441: hue angle of 232º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #323441 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 52 | 65 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.75 |
| HSL | 232º | 0.13% | 0.23% | - |
| HSV(B) | 232º | 0.23% | 0.25% | - |
| XYZ | 3.5 | 3.52 | 5.5 | - |
| YUV | 52.88 | 134.84 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 52 | 65 | 0.23 | 0.20 | 0 | 0.75 | 232 | 0.13 | 0.23 |
| Hex | 32 | 34 | 41 | 17 | 14 | 0 | 4B | E8 | D | 17 |
| Octal | 62 | 64 | 101 | 27 | 24 | 0 | 113 | 350 | 15 | 27 |
| Binary | 110010 | 110100 | 1000001 | 10111 | 10100 | 0 | 1001011 | 11101000 | 1101 | 10111 |
Color Harmonies of #323441
Complementary color
Monochromatic Colors of #323441
Black with #323441
Text Example
Text Example
White with #323441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323441; }
p { color: rgb(50,52,65); }
H1.HeaderClassName
{
color: #323441;
}
.AnyTagClassName
{
color: #323441;
}
</style>
background-color css
<style>
a { background-color: #323441; }
a { background-color: rgb(50,52,65); }
div.DivClassName
{
background-color: #323441;
}
.BgClassName
{
background-color: #323441;
}
</style>
border-color css
<style>
span { border-color: #323441; }
span { border-color: rgb(50,52,65); }
td.TdClassName
{
border-color: #323441;
}
.TagClassName
{
border-color: #323441;
}
</style>