Shades of Black Rock #323338
Tints of Black Rock #323338
RGB
CMYK
RGB Variations
Color information
#323338 (or 0x323338) is known color: Black Rock. HEX triplet: 32, 33 and 38. RGB value is (50,51,56). Sum of RGB (Red+Green+Blue) = 50+51+56=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 56 (22.27% from 255 or 35.67% from 157); Max value from RGB is 56 - color contains mainly: blue. Hex color #323338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323338 is #CDCCC7. Grayscale: #333333. Windows color (decimal): -13487304 or 3683122. OLE color: 3683122.
HSL color Cylindrical-coordinate representation of color #323338: hue angle of 230º degrees, saturation: 0.06, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #323338 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 51 | 56 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.78 |
| HSL | 230º | 0.06% | 0.21% | - |
| HSV(B) | 230º | 0.11% | 0.22% | - |
| XYZ | 3.21 | 3.33 | 4.22 | - |
| YUV | 51.27 | 130.67 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 51 | 56 | 0.11 | 0.09 | 0 | 0.78 | 230 | 0.06 | 0.21 |
| Hex | 32 | 33 | 38 | B | 9 | 0 | 4E | E6 | 6 | 15 |
| Octal | 62 | 63 | 70 | 13 | 11 | 0 | 116 | 346 | 6 | 25 |
| Binary | 110010 | 110011 | 111000 | 1011 | 1001 | 0 | 1001110 | 11100110 | 110 | 10101 |
Color Harmonies of #323338
Complementary color
Monochromatic Colors of #323338
Black with #323338
Text Example
Text Example
White with #323338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323338; }
p { color: rgb(50,51,56); }
H1.HeaderClassName
{
color: #323338;
}
.AnyTagClassName
{
color: #323338;
}
</style>
background-color css
<style>
a { background-color: #323338; }
a { background-color: rgb(50,51,56); }
div.DivClassName
{
background-color: #323338;
}
.BgClassName
{
background-color: #323338;
}
</style>
border-color css
<style>
span { border-color: #323338; }
span { border-color: rgb(50,51,56); }
td.TdClassName
{
border-color: #323338;
}
.TagClassName
{
border-color: #323338;
}
</style>