Shades of Black Rock #33343B
Tints of Black Rock #33343B
RGB
CMYK
RGB Variations
Color information
#33343B (or 0x33343B) is known color: Black Rock. HEX triplet: 33, 34 and 3B. RGB value is (51,52,59). Sum of RGB (Red+Green+Blue) = 51+52+59=162 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.48% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 59 (23.44% from 255 or 36.42% from 162); Max value from RGB is 59 - color contains mainly: blue. Hex color #33343B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33343B is #CCCBC4. Grayscale: #343434. Windows color (decimal): -13421509 or 3879987. OLE color: 3879987.
HSL color Cylindrical-coordinate representation of color #33343B: hue angle of 232.5º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #33343B is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 51 | 52 | 59 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.77 |
| HSL | 232.5º | 0.07% | 0.22% | - |
| HSV(B) | 232.5º | 0.14% | 0.23% | - |
| XYZ | 3.38 | 3.48 | 4.63 | - |
| YUV | 52.5 | 131.67 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 52 | 59 | 0.14 | 0.12 | 0 | 0.77 | 232.5 | 0.07 | 0.22 |
| Hex | 33 | 34 | 3B | E | C | 0 | 4D | E8 | 7 | 16 |
| Octal | 63 | 64 | 73 | 16 | 14 | 0 | 115 | 350 | 7 | 26 |
| Binary | 110011 | 110100 | 111011 | 1110 | 1100 | 0 | 1001101 | 11101000 | 111 | 10110 |
Color Harmonies of #33343B
Complementary color
Monochromatic Colors of #33343B
Black with #33343B
Text Example
Text Example
White with #33343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33343B; }
p { color: rgb(51,52,59); }
H1.HeaderClassName
{
color: #33343B;
}
.AnyTagClassName
{
color: #33343B;
}
</style>
background-color css
<style>
a { background-color: #33343B; }
a { background-color: rgb(51,52,59); }
div.DivClassName
{
background-color: #33343B;
}
.BgClassName
{
background-color: #33343B;
}
</style>
border-color css
<style>
span { border-color: #33343B; }
span { border-color: rgb(51,52,59); }
td.TdClassName
{
border-color: #33343B;
}
.TagClassName
{
border-color: #33343B;
}
</style>