Shades of Black Rock #323445
Tints of Black Rock #323445
RGB
CMYK
RGB Variations
Color information
#323445 (or 0x323445) is known color: Black Rock. HEX triplet: 32, 34 and 45. RGB value is (50,52,69). Sum of RGB (Red+Green+Blue) = 50+52+69=171 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.24% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 69 (27.34% from 255 or 40.35% from 171); Max value from RGB is 69 - color contains mainly: blue. Hex color #323445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323445 is #CDCBBA. Grayscale: #353535. Windows color (decimal): -13487035 or 4535346. OLE color: 4535346.
HSL color Cylindrical-coordinate representation of color #323445: hue angle of 233.68º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #323445 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 52 | 69 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.73 |
| HSL | 233.68º | 0.16% | 0.23% | - |
| HSV(B) | 233.68º | 0.28% | 0.27% | - |
| XYZ | 3.62 | 3.56 | 6.13 | - |
| YUV | 53.34 | 136.84 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 52 | 69 | 0.28 | 0.25 | 0 | 0.73 | 233.68 | 0.16 | 0.23 |
| Hex | 32 | 34 | 45 | 1C | 19 | 0 | 49 | EA | 10 | 17 |
| Octal | 62 | 64 | 105 | 34 | 31 | 0 | 111 | 352 | 20 | 27 |
| Binary | 110010 | 110100 | 1000101 | 11100 | 11001 | 0 | 1001001 | 11101010 | 10000 | 10111 |
Color Harmonies of #323445
Complementary color
Monochromatic Colors of #323445
Black with #323445
Text Example
Text Example
White with #323445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323445; }
p { color: rgb(50,52,69); }
H1.HeaderClassName
{
color: #323445;
}
.AnyTagClassName
{
color: #323445;
}
</style>
background-color css
<style>
a { background-color: #323445; }
a { background-color: rgb(50,52,69); }
div.DivClassName
{
background-color: #323445;
}
.BgClassName
{
background-color: #323445;
}
</style>
border-color css
<style>
span { border-color: #323445; }
span { border-color: rgb(50,52,69); }
td.TdClassName
{
border-color: #323445;
}
.TagClassName
{
border-color: #323445;
}
</style>