Shades of Outer Space #2B3638
Tints of Outer Space #2B3638
RGB
CMYK
RGB Variations
Color information
#2B3638 (or 0x2B3638) is known color: Outer Space. HEX triplet: 2B, 36 and 38. RGB value is (43,54,56). Sum of RGB (Red+Green+Blue) = 43+54+56=153 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.10% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 56 (22.27% from 255 or 36.60% from 153); Max value from RGB is 56 - color contains mainly: blue. Hex color #2B3638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3638 is #D4C9C7. Grayscale: #323232. Windows color (decimal): -13945288 or 3683883. OLE color: 3683883.
HSL color Cylindrical-coordinate representation of color #2B3638: hue angle of 189.23º degrees, saturation: 0.13, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2B3638 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 54 | 56 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.78 |
| HSL | 189.23º | 0.13% | 0.19% | - |
| HSV(B) | 189.23º | 0.23% | 0.22% | - |
| XYZ | 3.03 | 3.44 | 4.25 | - |
| YUV | 50.94 | 130.86 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 54 | 56 | 0.23 | 0.04 | 0 | 0.78 | 189.23 | 0.13 | 0.19 |
| Hex | 2B | 36 | 38 | 17 | 4 | 0 | 4E | BD | D | 13 |
| Octal | 53 | 66 | 70 | 27 | 4 | 0 | 116 | 275 | 15 | 23 |
| Binary | 101011 | 110110 | 111000 | 10111 | 100 | 0 | 1001110 | 10111101 | 1101 | 10011 |
Color Harmonies of #2B3638
Complementary color
Monochromatic Colors of #2B3638
Black with #2B3638
Text Example
Text Example
White with #2B3638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3638; }
p { color: rgb(43,54,56); }
H1.HeaderClassName
{
color: #2B3638;
}
.AnyTagClassName
{
color: #2B3638;
}
</style>
background-color css
<style>
a { background-color: #2B3638; }
a { background-color: rgb(43,54,56); }
div.DivClassName
{
background-color: #2B3638;
}
.BgClassName
{
background-color: #2B3638;
}
</style>
border-color css
<style>
span { border-color: #2B3638; }
span { border-color: rgb(43,54,56); }
td.TdClassName
{
border-color: #2B3638;
}
.TagClassName
{
border-color: #2B3638;
}
</style>