Shades of Black Rock #333540
Tints of Black Rock #333540
RGB
CMYK
RGB Variations
Color information
#333540 (or 0x333540) is known color: Black Rock. HEX triplet: 33, 35 and 40. RGB value is (51,53,64). Sum of RGB (Red+Green+Blue) = 51+53+64=168 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.36% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 64 - color contains mainly: blue. Hex color #333540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333540 is #CCCABF. Grayscale: #353535. Windows color (decimal): -13421248 or 4207923. OLE color: 4207923.
HSL color Cylindrical-coordinate representation of color #333540: hue angle of 230.77º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #333540 is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 53 | 64 | - |
| CMYK | 0.20 | 0.17 | 0 | 0.75 |
| HSL | 230.77º | 0.11% | 0.23% | - |
| HSV(B) | 230.77º | 0.2% | 0.25% | - |
| XYZ | 3.56 | 3.62 | 5.36 | - |
| YUV | 53.66 | 133.84 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 53 | 64 | 0.20 | 0.17 | 0 | 0.75 | 230.77 | 0.11 | 0.23 |
| Hex | 33 | 35 | 40 | 14 | 11 | 0 | 4B | E7 | B | 17 |
| Octal | 63 | 65 | 100 | 24 | 21 | 0 | 113 | 347 | 13 | 27 |
| Binary | 110011 | 110101 | 1000000 | 10100 | 10001 | 0 | 1001011 | 11100111 | 1011 | 10111 |
Color Harmonies of #333540
Complementary color
Monochromatic Colors of #333540
Black with #333540
Text Example
Text Example
White with #333540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333540; }
p { color: rgb(51,53,64); }
H1.HeaderClassName
{
color: #333540;
}
.AnyTagClassName
{
color: #333540;
}
</style>
background-color css
<style>
a { background-color: #333540; }
a { background-color: rgb(51,53,64); }
div.DivClassName
{
background-color: #333540;
}
.BgClassName
{
background-color: #333540;
}
</style>
border-color css
<style>
span { border-color: #333540; }
span { border-color: rgb(51,53,64); }
td.TdClassName
{
border-color: #333540;
}
.TagClassName
{
border-color: #333540;
}
</style>