Shades of Black Rock #353745
Tints of Black Rock #353745
RGB
CMYK
RGB Variations
Color information
#353745 (or 0x353745) is known color: Black Rock. HEX triplet: 35, 37 and 45. RGB value is (53,55,69). Sum of RGB (Red+Green+Blue) = 53+55+69=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 69 - color contains mainly: blue. Hex color #353745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353745 is #CAC8BA. Grayscale: #373737. Windows color (decimal): -13289659 or 4536117. OLE color: 4536117.
HSL color Cylindrical-coordinate representation of color #353745: hue angle of 232.5º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #353745 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 55 | 69 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.73 |
| HSL | 232.5º | 0.13% | 0.24% | - |
| HSV(B) | 232.5º | 0.23% | 0.27% | - |
| XYZ | 3.91 | 3.92 | 6.18 | - |
| YUV | 56 | 135.34 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 55 | 69 | 0.23 | 0.20 | 0 | 0.73 | 232.5 | 0.13 | 0.24 |
| Hex | 35 | 37 | 45 | 17 | 14 | 0 | 49 | E8 | D | 18 |
| Octal | 65 | 67 | 105 | 27 | 24 | 0 | 111 | 350 | 15 | 30 |
| Binary | 110101 | 110111 | 1000101 | 10111 | 10100 | 0 | 1001001 | 11101000 | 1101 | 11000 |
Color Harmonies of #353745
Complementary color
Monochromatic Colors of #353745
Black with #353745
Text Example
Text Example
White with #353745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353745; }
p { color: rgb(53,55,69); }
H1.HeaderClassName
{
color: #353745;
}
.AnyTagClassName
{
color: #353745;
}
</style>
background-color css
<style>
a { background-color: #353745; }
a { background-color: rgb(53,55,69); }
div.DivClassName
{
background-color: #353745;
}
.BgClassName
{
background-color: #353745;
}
</style>
border-color css
<style>
span { border-color: #353745; }
span { border-color: rgb(53,55,69); }
td.TdClassName
{
border-color: #353745;
}
.TagClassName
{
border-color: #353745;
}
</style>