Shades of Black Rock #323343
Tints of Black Rock #323343
RGB
CMYK
RGB Variations
Color information
#323343 (or 0x323343) is known color: Black Rock. HEX triplet: 32, 33 and 43. RGB value is (50,51,67). Sum of RGB (Red+Green+Blue) = 50+51+67=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 51 (20.31% from 255 or 30.36% from 168); Blue value is 67 (26.56% from 255 or 39.88% from 168); Max value from RGB is 67 - color contains mainly: blue. Hex color #323343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323343 is #CDCCBC. Grayscale: #343434. Windows color (decimal): -13487293 or 4404018. OLE color: 4404018.
HSL color Cylindrical-coordinate representation of color #323343: hue angle of 236.47º 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 #323343 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 51 | 67 | - |
| CMYK | 0.25 | 0.24 | 0 | 0.74 |
| HSL | 236.47º | 0.15% | 0.23% | - |
| HSV(B) | 236.47º | 0.25% | 0.26% | - |
| XYZ | 3.51 | 3.45 | 5.79 | - |
| YUV | 52.53 | 136.17 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 51 | 67 | 0.25 | 0.24 | 0 | 0.74 | 236.47 | 0.15 | 0.23 |
| Hex | 32 | 33 | 43 | 19 | 18 | 0 | 4A | EC | F | 17 |
| Octal | 62 | 63 | 103 | 31 | 30 | 0 | 112 | 354 | 17 | 27 |
| Binary | 110010 | 110011 | 1000011 | 11001 | 11000 | 0 | 1001010 | 11101100 | 1111 | 10111 |
Color Harmonies of #323343
Complementary color
Monochromatic Colors of #323343
Black with #323343
Text Example
Text Example
White with #323343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323343; }
p { color: rgb(50,51,67); }
H1.HeaderClassName
{
color: #323343;
}
.AnyTagClassName
{
color: #323343;
}
</style>
background-color css
<style>
a { background-color: #323343; }
a { background-color: rgb(50,51,67); }
div.DivClassName
{
background-color: #323343;
}
.BgClassName
{
background-color: #323343;
}
</style>
border-color css
<style>
span { border-color: #323343; }
span { border-color: rgb(50,51,67); }
td.TdClassName
{
border-color: #323343;
}
.TagClassName
{
border-color: #323343;
}
</style>