Shades of Outer Space #2B383B
Tints of Outer Space #2B383B
RGB
CMYK
RGB Variations
Color information
#2B383B (or 0x2B383B) is known color: Outer Space. HEX triplet: 2B, 38 and 3B. RGB value is (43,56,59). Sum of RGB (Red+Green+Blue) = 43+56+59=158 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.22% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 59 (23.44% from 255 or 37.34% from 158); Max value from RGB is 59 - color contains mainly: blue. Hex color #2B383B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B383B is #D4C7C4. Grayscale: #343434. Windows color (decimal): -13944773 or 3881003. OLE color: 3881003.
HSL color Cylindrical-coordinate representation of color #2B383B: hue angle of 191.25º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2B383B is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 43 | 56 | 59 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.77 |
| HSL | 191.25º | 0.16% | 0.2% | - |
| HSV(B) | 191.25º | 0.27% | 0.23% | - |
| XYZ | 3.2 | 3.66 | 4.68 | - |
| YUV | 52.46 | 131.69 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 56 | 59 | 0.27 | 0.05 | 0 | 0.77 | 191.25 | 0.16 | 0.2 |
| Hex | 2B | 38 | 3B | 1B | 5 | 0 | 4D | BF | 10 | 14 |
| Octal | 53 | 70 | 73 | 33 | 5 | 0 | 115 | 277 | 20 | 24 |
| Binary | 101011 | 111000 | 111011 | 11011 | 101 | 0 | 1001101 | 10111111 | 10000 | 10100 |
Color Harmonies of #2B383B
Complementary color
Monochromatic Colors of #2B383B
Black with #2B383B
Text Example
Text Example
White with #2B383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B383B; }
p { color: rgb(43,56,59); }
H1.HeaderClassName
{
color: #2B383B;
}
.AnyTagClassName
{
color: #2B383B;
}
</style>
background-color css
<style>
a { background-color: #2B383B; }
a { background-color: rgb(43,56,59); }
div.DivClassName
{
background-color: #2B383B;
}
.BgClassName
{
background-color: #2B383B;
}
</style>
border-color css
<style>
span { border-color: #2B383B; }
span { border-color: rgb(43,56,59); }
td.TdClassName
{
border-color: #2B383B;
}
.TagClassName
{
border-color: #2B383B;
}
</style>