Shades of Black Rock #333541
Tints of Black Rock #333541
RGB
CMYK
RGB Variations
Color information
#333541 (or 0x333541) is known color: Black Rock. HEX triplet: 33, 35 and 41. RGB value is (51,53,65). Sum of RGB (Red+Green+Blue) = 51+53+65=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 65 - color contains mainly: blue. Hex color #333541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333541 is #CCCABE. Grayscale: #353535. Windows color (decimal): -13421247 or 4273459. OLE color: 4273459.
HSL color Cylindrical-coordinate representation of color #333541: hue angle of 231.43º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #333541 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 53 | 65 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.75 |
| HSL | 231.43º | 0.12% | 0.23% | - |
| HSV(B) | 231.43º | 0.22% | 0.25% | - |
| XYZ | 3.59 | 3.63 | 5.51 | - |
| YUV | 53.77 | 134.34 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 53 | 65 | 0.22 | 0.18 | 0 | 0.75 | 231.43 | 0.12 | 0.23 |
| Hex | 33 | 35 | 41 | 16 | 12 | 0 | 4B | E7 | C | 17 |
| Octal | 63 | 65 | 101 | 26 | 22 | 0 | 113 | 347 | 14 | 27 |
| Binary | 110011 | 110101 | 1000001 | 10110 | 10010 | 0 | 1001011 | 11100111 | 1100 | 10111 |
Color Harmonies of #333541
Complementary color
Monochromatic Colors of #333541
Black with #333541
Text Example
Text Example
White with #333541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333541; }
p { color: rgb(51,53,65); }
H1.HeaderClassName
{
color: #333541;
}
.AnyTagClassName
{
color: #333541;
}
</style>
background-color css
<style>
a { background-color: #333541; }
a { background-color: rgb(51,53,65); }
div.DivClassName
{
background-color: #333541;
}
.BgClassName
{
background-color: #333541;
}
</style>
border-color css
<style>
span { border-color: #333541; }
span { border-color: rgb(51,53,65); }
td.TdClassName
{
border-color: #333541;
}
.TagClassName
{
border-color: #333541;
}
</style>