Shades of Black Rock #333544
Tints of Black Rock #333544
RGB
CMYK
RGB Variations
Color information
#333544 (or 0x333544) is known color: Black Rock. HEX triplet: 33, 35 and 44. RGB value is (51,53,68). Sum of RGB (Red+Green+Blue) = 51+53+68=172 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.65% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 68 (26.95% from 255 or 39.53% from 172); Max value from RGB is 68 - color contains mainly: blue. Hex color #333544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333544 is #CCCABB. Grayscale: #363636. Windows color (decimal): -13421244 or 4470067. OLE color: 4470067.
HSL color Cylindrical-coordinate representation of color #333544: hue angle of 232.94º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #333544 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 51 | 53 | 68 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.73 |
| HSL | 232.94º | 0.14% | 0.23% | - |
| HSV(B) | 232.94º | 0.25% | 0.27% | - |
| XYZ | 3.68 | 3.67 | 5.98 | - |
| YUV | 54.11 | 135.84 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 53 | 68 | 0.25 | 0.22 | 0 | 0.73 | 232.94 | 0.14 | 0.23 |
| Hex | 33 | 35 | 44 | 19 | 16 | 0 | 49 | E9 | E | 17 |
| Octal | 63 | 65 | 104 | 31 | 26 | 0 | 111 | 351 | 16 | 27 |
| Binary | 110011 | 110101 | 1000100 | 11001 | 10110 | 0 | 1001001 | 11101001 | 1110 | 10111 |
Color Harmonies of #333544
Complementary color
Monochromatic Colors of #333544
Black with #333544
Text Example
Text Example
White with #333544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333544; }
p { color: rgb(51,53,68); }
H1.HeaderClassName
{
color: #333544;
}
.AnyTagClassName
{
color: #333544;
}
</style>
background-color css
<style>
a { background-color: #333544; }
a { background-color: rgb(51,53,68); }
div.DivClassName
{
background-color: #333544;
}
.BgClassName
{
background-color: #333544;
}
</style>
border-color css
<style>
span { border-color: #333544; }
span { border-color: rgb(51,53,68); }
td.TdClassName
{
border-color: #333544;
}
.TagClassName
{
border-color: #333544;
}
</style>