Shades of Dark Gray #B1B1B1
Tints of Dark Gray #B1B1B1
RGB
CMYK
RGB Variations
Color information
#B1B1B1 (or 0xB1B1B1) is known color: Dark Gray. HEX triplet: B1, B1 and B1. RGB value is (177,177,177). Sum of RGB (Red+Green+Blue) = 177+177+177=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 177 (69.53% from 255 or 33.33% from 531); Max value from RGB is 177 - color contains mainly: red, green, blue. Hex color #B1B1B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1B1B1 is #4E4E4E. Grayscale: #B1B1B1. Windows color (decimal): -5131855 or 11645361. OLE color: 11645361.
HSL color Cylindrical-coordinate representation of color #B1B1B1: hue angle of 0º degrees, saturation: 0, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0%. Process color model (Four color, CMYK) of #B1B1B1 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 177 | 177 | - |
| CMYK | 0 | 0 | 0 | 0.31 |
| HSL | 0º | 0% | 0.69% | - |
| HSV(B) | 0º | 0% | 0.69% | - |
| XYZ | 41.79 | 43.97 | 47.88 | - |
| YUV | 177 | 128 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 177 | 177 | 0 | 0 | 0 | 0.31 | 0 | 0 | 0.69 |
| Hex | B1 | B1 | B1 | 0 | 0 | 0 | 1F | 0 | 0 | 45 |
| Octal | 261 | 261 | 261 | 0 | 0 | 0 | 37 | 0 | 0 | 105 |
| Binary | 10110001 | 10110001 | 10110001 | 0 | 0 | 0 | 11111 | 0 | 0 | 1000101 |
Color Harmonies of #B1B1B1
Complementary color
Monochromatic Colors of #B1B1B1
Black with #B1B1B1
Text Example
Text Example
White with #B1B1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B1B1; }
p { color: rgb(177,177,177); }
H1.HeaderClassName
{
color: #B1B1B1;
}
.AnyTagClassName
{
color: #B1B1B1;
}
</style>
background-color css
<style>
a { background-color: #B1B1B1; }
a { background-color: rgb(177,177,177); }
div.DivClassName
{
background-color: #B1B1B1;
}
.BgClassName
{
background-color: #B1B1B1;
}
</style>
border-color css
<style>
span { border-color: #B1B1B1; }
span { border-color: rgb(177,177,177); }
td.TdClassName
{
border-color: #B1B1B1;
}
.TagClassName
{
border-color: #B1B1B1;
}
</style>