Shades of Black Rock #33343E
Tints of Black Rock #33343E
RGB
CMYK
RGB Variations
Color information
#33343E (or 0x33343E) is known color: Black Rock. HEX triplet: 33, 34 and 3E. RGB value is (51,52,62). Sum of RGB (Red+Green+Blue) = 51+52+62=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 62 (24.61% from 255 or 37.58% from 165); Max value from RGB is 62 - color contains mainly: blue. Hex color #33343E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33343E is #CCCBC1. Grayscale: #343434. Windows color (decimal): -13421506 or 4076595. OLE color: 4076595.
HSL color Cylindrical-coordinate representation of color #33343E: hue angle of 234.55º degrees, saturation: 0.1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #33343E is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 52 | 62 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.76 |
| HSL | 234.55º | 0.1% | 0.22% | - |
| HSV(B) | 234.55º | 0.18% | 0.24% | - |
| XYZ | 3.46 | 3.51 | 5.05 | - |
| YUV | 52.84 | 133.17 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 52 | 62 | 0.18 | 0.16 | 0 | 0.76 | 234.55 | 0.1 | 0.22 |
| Hex | 33 | 34 | 3E | 12 | 10 | 0 | 4C | EB | A | 16 |
| Octal | 63 | 64 | 76 | 22 | 20 | 0 | 114 | 353 | 12 | 26 |
| Binary | 110011 | 110100 | 111110 | 10010 | 10000 | 0 | 1001100 | 11101011 | 1010 | 10110 |
Color Harmonies of #33343E
Complementary color
Monochromatic Colors of #33343E
Black with #33343E
Text Example
Text Example
White with #33343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33343E; }
p { color: rgb(51,52,62); }
H1.HeaderClassName
{
color: #33343E;
}
.AnyTagClassName
{
color: #33343E;
}
</style>
background-color css
<style>
a { background-color: #33343E; }
a { background-color: rgb(51,52,62); }
div.DivClassName
{
background-color: #33343E;
}
.BgClassName
{
background-color: #33343E;
}
</style>
border-color css
<style>
span { border-color: #33343E; }
span { border-color: rgb(51,52,62); }
td.TdClassName
{
border-color: #33343E;
}
.TagClassName
{
border-color: #33343E;
}
</style>