Shades of Black Rock #33353F
Tints of Black Rock #33353F
RGB
CMYK
RGB Variations
Color information
#33353F (or 0x33353F) is known color: Black Rock. HEX triplet: 33, 35 and 3F. RGB value is (51,53,63). Sum of RGB (Red+Green+Blue) = 51+53+63=167 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.54% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 63 - color contains mainly: blue. Hex color #33353F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33353F is #CCCAC0. Grayscale: #353535. Windows color (decimal): -13421249 or 4142387. OLE color: 4142387.
HSL color Cylindrical-coordinate representation of color #33353F: hue angle of 230º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #33353F is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 53 | 63 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.75 |
| HSL | 230º | 0.11% | 0.22% | - |
| HSV(B) | 230º | 0.19% | 0.25% | - |
| XYZ | 3.54 | 3.61 | 5.21 | - |
| YUV | 53.54 | 133.34 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 53 | 63 | 0.19 | 0.16 | 0 | 0.75 | 230 | 0.11 | 0.22 |
| Hex | 33 | 35 | 3F | 13 | 10 | 0 | 4B | E6 | B | 16 |
| Octal | 63 | 65 | 77 | 23 | 20 | 0 | 113 | 346 | 13 | 26 |
| Binary | 110011 | 110101 | 111111 | 10011 | 10000 | 0 | 1001011 | 11100110 | 1011 | 10110 |
Color Harmonies of #33353F
Complementary color
Monochromatic Colors of #33353F
Black with #33353F
Text Example
Text Example
White with #33353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33353F; }
p { color: rgb(51,53,63); }
H1.HeaderClassName
{
color: #33353F;
}
.AnyTagClassName
{
color: #33353F;
}
</style>
background-color css
<style>
a { background-color: #33353F; }
a { background-color: rgb(51,53,63); }
div.DivClassName
{
background-color: #33353F;
}
.BgClassName
{
background-color: #33353F;
}
</style>
border-color css
<style>
span { border-color: #33353F; }
span { border-color: rgb(51,53,63); }
td.TdClassName
{
border-color: #33353F;
}
.TagClassName
{
border-color: #33353F;
}
</style>