Shades of Black Rock #343542
Tints of Black Rock #343542
RGB
CMYK
RGB Variations
Color information
#343542 (or 0x343542) is known color: Black Rock. HEX triplet: 34, 35 and 42. RGB value is (52,53,66). Sum of RGB (Red+Green+Blue) = 52+53+66=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 66 (26.17% from 255 or 38.60% from 171); Max value from RGB is 66 - color contains mainly: blue. Hex color #343542 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343542 is #CBCABD. Grayscale: #363636. Windows color (decimal): -13355710 or 4338996. OLE color: 4338996.
HSL color Cylindrical-coordinate representation of color #343542: hue angle of 235.71º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #343542 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 53 | 66 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.74 |
| HSL | 235.71º | 0.12% | 0.23% | - |
| HSV(B) | 235.71º | 0.21% | 0.26% | - |
| XYZ | 3.67 | 3.67 | 5.67 | - |
| YUV | 54.18 | 134.67 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 53 | 66 | 0.21 | 0.20 | 0 | 0.74 | 235.71 | 0.12 | 0.23 |
| Hex | 34 | 35 | 42 | 15 | 14 | 0 | 4A | EC | C | 17 |
| Octal | 64 | 65 | 102 | 25 | 24 | 0 | 112 | 354 | 14 | 27 |
| Binary | 110100 | 110101 | 1000010 | 10101 | 10100 | 0 | 1001010 | 11101100 | 1100 | 10111 |
Color Harmonies of #343542
Complementary color
Monochromatic Colors of #343542
Black with #343542
Text Example
Text Example
White with #343542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343542; }
p { color: rgb(52,53,66); }
H1.HeaderClassName
{
color: #343542;
}
.AnyTagClassName
{
color: #343542;
}
</style>
background-color css
<style>
a { background-color: #343542; }
a { background-color: rgb(52,53,66); }
div.DivClassName
{
background-color: #343542;
}
.BgClassName
{
background-color: #343542;
}
</style>
border-color css
<style>
span { border-color: #343542; }
span { border-color: rgb(52,53,66); }
td.TdClassName
{
border-color: #343542;
}
.TagClassName
{
border-color: #343542;
}
</style>