Shades of Black Rock #32333B
Tints of Black Rock #32333B
RGB
CMYK
RGB Variations
Color information
#32333B (or 0x32333B) is known color: Black Rock. HEX triplet: 32, 33 and 3B. RGB value is (50,51,59). Sum of RGB (Red+Green+Blue) = 50+51+59=160 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.25% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 59 (23.44% from 255 or 36.88% from 160); Max value from RGB is 59 - color contains mainly: blue. Hex color #32333B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32333B is #CDCCC4. Grayscale: #333333. Windows color (decimal): -13487301 or 3879730. OLE color: 3879730.
HSL color Cylindrical-coordinate representation of color #32333B: hue angle of 233.33º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #32333B is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 51 | 59 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.77 |
| HSL | 233.33º | 0.08% | 0.21% | - |
| HSV(B) | 233.33º | 0.15% | 0.23% | - |
| XYZ | 3.29 | 3.36 | 4.61 | - |
| YUV | 51.61 | 132.17 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 51 | 59 | 0.15 | 0.14 | 0 | 0.77 | 233.33 | 0.08 | 0.21 |
| Hex | 32 | 33 | 3B | F | E | 0 | 4D | E9 | 8 | 15 |
| Octal | 62 | 63 | 73 | 17 | 16 | 0 | 115 | 351 | 10 | 25 |
| Binary | 110010 | 110011 | 111011 | 1111 | 1110 | 0 | 1001101 | 11101001 | 1000 | 10101 |
Color Harmonies of #32333B
Complementary color
Monochromatic Colors of #32333B
Black with #32333B
Text Example
Text Example
White with #32333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32333B; }
p { color: rgb(50,51,59); }
H1.HeaderClassName
{
color: #32333B;
}
.AnyTagClassName
{
color: #32333B;
}
</style>
background-color css
<style>
a { background-color: #32333B; }
a { background-color: rgb(50,51,59); }
div.DivClassName
{
background-color: #32333B;
}
.BgClassName
{
background-color: #32333B;
}
</style>
border-color css
<style>
span { border-color: #32333B; }
span { border-color: rgb(50,51,59); }
td.TdClassName
{
border-color: #32333B;
}
.TagClassName
{
border-color: #32333B;
}
</style>