Shades of Black Rock #333545
Tints of Black Rock #333545
RGB
CMYK
RGB Variations
Color information
#333545 (or 0x333545) is known color: Black Rock. HEX triplet: 33, 35 and 45. RGB value is (51,53,69). Sum of RGB (Red+Green+Blue) = 51+53+69=173 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.48% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 69 - color contains mainly: blue. Hex color #333545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333545 is #CCCABA. Grayscale: #363636. Windows color (decimal): -13421243 or 4535603. OLE color: 4535603.
HSL color Cylindrical-coordinate representation of color #333545: hue angle of 233.33º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #333545 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 51 | 53 | 69 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.73 |
| HSL | 233.33º | 0.15% | 0.24% | - |
| HSV(B) | 233.33º | 0.26% | 0.27% | - |
| XYZ | 3.71 | 3.68 | 6.14 | - |
| YUV | 54.23 | 136.34 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 53 | 69 | 0.26 | 0.23 | 0 | 0.73 | 233.33 | 0.15 | 0.24 |
| Hex | 33 | 35 | 45 | 1A | 17 | 0 | 49 | E9 | F | 18 |
| Octal | 63 | 65 | 105 | 32 | 27 | 0 | 111 | 351 | 17 | 30 |
| Binary | 110011 | 110101 | 1000101 | 11010 | 10111 | 0 | 1001001 | 11101001 | 1111 | 11000 |
Color Harmonies of #333545
Complementary color
Monochromatic Colors of #333545
Black with #333545
Text Example
Text Example
White with #333545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333545; }
p { color: rgb(51,53,69); }
H1.HeaderClassName
{
color: #333545;
}
.AnyTagClassName
{
color: #333545;
}
</style>
background-color css
<style>
a { background-color: #333545; }
a { background-color: rgb(51,53,69); }
div.DivClassName
{
background-color: #333545;
}
.BgClassName
{
background-color: #333545;
}
</style>
border-color css
<style>
span { border-color: #333545; }
span { border-color: rgb(51,53,69); }
td.TdClassName
{
border-color: #333545;
}
.TagClassName
{
border-color: #333545;
}
</style>