Shades of Black Rock #323344
Tints of Black Rock #323344
RGB
CMYK
RGB Variations
Color information
#323344 (or 0x323344) is known color: Black Rock. HEX triplet: 32, 33 and 44. RGB value is (50,51,68). Sum of RGB (Red+Green+Blue) = 50+51+68=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 68 (26.95% from 255 or 40.24% from 169); Max value from RGB is 68 - color contains mainly: blue. Hex color #323344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323344 is #CDCCBB. Grayscale: #343434. Windows color (decimal): -13487292 or 4469554. OLE color: 4469554.
HSL color Cylindrical-coordinate representation of color #323344: hue angle of 236.67º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #323344 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 51 | 68 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.73 |
| HSL | 236.67º | 0.15% | 0.23% | - |
| HSV(B) | 236.67º | 0.26% | 0.27% | - |
| XYZ | 3.54 | 3.46 | 5.95 | - |
| YUV | 52.64 | 136.67 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 51 | 68 | 0.26 | 0.25 | 0 | 0.73 | 236.67 | 0.15 | 0.23 |
| Hex | 32 | 33 | 44 | 1A | 19 | 0 | 49 | ED | F | 17 |
| Octal | 62 | 63 | 104 | 32 | 31 | 0 | 111 | 355 | 17 | 27 |
| Binary | 110010 | 110011 | 1000100 | 11010 | 11001 | 0 | 1001001 | 11101101 | 1111 | 10111 |
Color Harmonies of #323344
Complementary color
Monochromatic Colors of #323344
Black with #323344
Text Example
Text Example
White with #323344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323344; }
p { color: rgb(50,51,68); }
H1.HeaderClassName
{
color: #323344;
}
.AnyTagClassName
{
color: #323344;
}
</style>
background-color css
<style>
a { background-color: #323344; }
a { background-color: rgb(50,51,68); }
div.DivClassName
{
background-color: #323344;
}
.BgClassName
{
background-color: #323344;
}
</style>
border-color css
<style>
span { border-color: #323344; }
span { border-color: rgb(50,51,68); }
td.TdClassName
{
border-color: #323344;
}
.TagClassName
{
border-color: #323344;
}
</style>