Shades of Black Rock #313243
Tints of Black Rock #313243
RGB
CMYK
RGB Variations
Color information
#313243 (or 0x313243) is known color: Black Rock. HEX triplet: 31, 32 and 43. RGB value is (49,50,67). Sum of RGB (Red+Green+Blue) = 49+50+67=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 67 (26.56% from 255 or 40.36% from 166); Max value from RGB is 67 - color contains mainly: blue. Hex color #313243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313243 is #CECDBC. Grayscale: #333333. Windows color (decimal): -13553085 or 4403761. OLE color: 4403761.
HSL color Cylindrical-coordinate representation of color #313243: hue angle of 236.67º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #313243 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 49 | 50 | 67 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.74 |
| HSL | 236.67º | 0.16% | 0.23% | - |
| HSV(B) | 236.67º | 0.27% | 0.26% | - |
| XYZ | 3.42 | 3.34 | 5.77 | - |
| YUV | 51.64 | 136.67 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 50 | 67 | 0.27 | 0.25 | 0 | 0.74 | 236.67 | 0.16 | 0.23 |
| Hex | 31 | 32 | 43 | 1B | 19 | 0 | 4A | ED | 10 | 17 |
| Octal | 61 | 62 | 103 | 33 | 31 | 0 | 112 | 355 | 20 | 27 |
| Binary | 110001 | 110010 | 1000011 | 11011 | 11001 | 0 | 1001010 | 11101101 | 10000 | 10111 |
Color Harmonies of #313243
Complementary color
Monochromatic Colors of #313243
Black with #313243
Text Example
Text Example
White with #313243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313243; }
p { color: rgb(49,50,67); }
H1.HeaderClassName
{
color: #313243;
}
.AnyTagClassName
{
color: #313243;
}
</style>
background-color css
<style>
a { background-color: #313243; }
a { background-color: rgb(49,50,67); }
div.DivClassName
{
background-color: #313243;
}
.BgClassName
{
background-color: #313243;
}
</style>
border-color css
<style>
span { border-color: #313243; }
span { border-color: rgb(49,50,67); }
td.TdClassName
{
border-color: #313243;
}
.TagClassName
{
border-color: #313243;
}
</style>