Shades of Black Rock #323239
Tints of Black Rock #323239
RGB
CMYK
RGB Variations
Color information
#323239 (or 0x323239) is known color: Black Rock. HEX triplet: 32, 32 and 39. RGB value is (50,50,57). Sum of RGB (Red+Green+Blue) = 50+50+57=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 57 (22.66% from 255 or 36.31% from 157); Max value from RGB is 57 - color contains mainly: blue. Hex color #323239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323239 is #CDCDC6. Grayscale: #323232. Windows color (decimal): -13487559 or 3748402. OLE color: 3748402.
HSL color Cylindrical-coordinate representation of color #323239: hue angle of 240º degrees, saturation: 0.07, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #323239 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
RGB | 50 | 50 | 57 | - |
CMYK | 0.12 | 0.12 | 0 | 0.78 |
HSL | 240º | 0.07% | 0.21% | - |
HSV(B) | 240º | 0.12% | 0.22% | - |
XYZ | 3.19 | 3.25 | 4.33 | - |
YUV | 50.8 | 131.5 | 127.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 50 | 50 | 57 | 0.12 | 0.12 | 0 | 0.78 | 240 | 0.07 | 0.21 |
Hex | 32 | 32 | 39 | C | C | 0 | 4E | F0 | 7 | 15 |
Octal | 62 | 62 | 71 | 14 | 14 | 0 | 116 | 360 | 7 | 25 |
Binary | 110010 | 110010 | 111001 | 1100 | 1100 | 0 | 1001110 | 11110000 | 111 | 10101 |
Color Harmonies of #323239
Complementary color
Monochromatic Colors of #323239
Black with #323239
Text Example
Text Example
White with #323239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323239; }
p { color: rgb(50,50,57); }
H1.HeaderClassName
{
color: #323239;
}
.AnyTagClassName
{
color: #323239;
}
</style>
background-color css
<style>
a { background-color: #323239; }
a { background-color: rgb(50,50,57); }
div.DivClassName
{
background-color: #323239;
}
.BgClassName
{
background-color: #323239;
}
</style>
border-color css
<style>
span { border-color: #323239; }
span { border-color: rgb(50,50,57); }
td.TdClassName
{
border-color: #323239;
}
.TagClassName
{
border-color: #323239;
}
</style>