Shades of Outer Space #2B393D
Tints of Outer Space #2B393D
RGB
CMYK
RGB Variations
Color information
#2B393D (or 0x2B393D) is known color: Outer Space. HEX triplet: 2B, 39 and 3D. RGB value is (43,57,61). Sum of RGB (Red+Green+Blue) = 43+57+61=161 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.71% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 61 (24.22% from 255 or 37.89% from 161); Max value from RGB is 61 - color contains mainly: blue. Hex color #2B393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B393D is #D4C6C2. Grayscale: #353535. Windows color (decimal): -13944515 or 4012331. OLE color: 4012331.
HSL color Cylindrical-coordinate representation of color #2B393D: hue angle of 193.33º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2B393D is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 43 | 57 | 61 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.76 |
| HSL | 193.33º | 0.17% | 0.2% | - |
| HSV(B) | 193.33º | 0.3% | 0.24% | - |
| XYZ | 3.3 | 3.78 | 4.97 | - |
| YUV | 53.27 | 132.36 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 57 | 61 | 0.30 | 0.07 | 0 | 0.76 | 193.33 | 0.17 | 0.2 |
| Hex | 2B | 39 | 3D | 1E | 7 | 0 | 4C | C1 | 11 | 14 |
| Octal | 53 | 71 | 75 | 36 | 7 | 0 | 114 | 301 | 21 | 24 |
| Binary | 101011 | 111001 | 111101 | 11110 | 111 | 0 | 1001100 | 11000001 | 10001 | 10100 |
Color Harmonies of #2B393D
Complementary color
Monochromatic Colors of #2B393D
Black with #2B393D
Text Example
Text Example
White with #2B393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B393D; }
p { color: rgb(43,57,61); }
H1.HeaderClassName
{
color: #2B393D;
}
.AnyTagClassName
{
color: #2B393D;
}
</style>
background-color css
<style>
a { background-color: #2B393D; }
a { background-color: rgb(43,57,61); }
div.DivClassName
{
background-color: #2B393D;
}
.BgClassName
{
background-color: #2B393D;
}
</style>
border-color css
<style>
span { border-color: #2B393D; }
span { border-color: rgb(43,57,61); }
td.TdClassName
{
border-color: #2B393D;
}
.TagClassName
{
border-color: #2B393D;
}
</style>