Shades of Black Rock #323443
Tints of Black Rock #323443
RGB
CMYK
RGB Variations
Color information
#323443 (or 0x323443) is known color: Black Rock. HEX triplet: 32, 34 and 43. RGB value is (50,52,67). Sum of RGB (Red+Green+Blue) = 50+52+67=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 67 (26.56% from 255 or 39.64% from 169); Max value from RGB is 67 - color contains mainly: blue. Hex color #323443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323443 is #CDCBBC. Grayscale: #353535. Windows color (decimal): -13487037 or 4404274. OLE color: 4404274.
HSL color Cylindrical-coordinate representation of color #323443: hue angle of 232.94º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #323443 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 52 | 67 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.74 |
| HSL | 232.94º | 0.15% | 0.23% | - |
| HSV(B) | 232.94º | 0.25% | 0.26% | - |
| XYZ | 3.56 | 3.54 | 5.81 | - |
| YUV | 53.11 | 135.84 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 52 | 67 | 0.25 | 0.22 | 0 | 0.74 | 232.94 | 0.15 | 0.23 |
| Hex | 32 | 34 | 43 | 19 | 16 | 0 | 4A | E9 | F | 17 |
| Octal | 62 | 64 | 103 | 31 | 26 | 0 | 112 | 351 | 17 | 27 |
| Binary | 110010 | 110100 | 1000011 | 11001 | 10110 | 0 | 1001010 | 11101001 | 1111 | 10111 |
Color Harmonies of #323443
Complementary color
Monochromatic Colors of #323443
Black with #323443
Text Example
Text Example
White with #323443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323443; }
p { color: rgb(50,52,67); }
H1.HeaderClassName
{
color: #323443;
}
.AnyTagClassName
{
color: #323443;
}
</style>
background-color css
<style>
a { background-color: #323443; }
a { background-color: rgb(50,52,67); }
div.DivClassName
{
background-color: #323443;
}
.BgClassName
{
background-color: #323443;
}
</style>
border-color css
<style>
span { border-color: #323443; }
span { border-color: rgb(50,52,67); }
td.TdClassName
{
border-color: #323443;
}
.TagClassName
{
border-color: #323443;
}
</style>