Shades of Outer Space #2B4143
Tints of Outer Space #2B4143
RGB
CMYK
RGB Variations
Color information
#2B4143 (or 0x2B4143) is known color: Outer Space. HEX triplet: 2B, 41 and 43. RGB value is (43,65,67). Sum of RGB (Red+Green+Blue) = 43+65+67=175 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.57% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 67 (26.56% from 255 or 38.29% from 175); Max value from RGB is 67 - color contains mainly: blue. Hex color #2B4143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4143 is #D4BEBC. Grayscale: #3A3A3A. Windows color (decimal): -13942461 or 4407595. OLE color: 4407595.
HSL color Cylindrical-coordinate representation of color #2B4143: hue angle of 185º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2B4143 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 43 | 65 | 67 | - |
| CMYK | 0.36 | 0.03 | 0 | 0.74 |
| HSL | 185º | 0.22% | 0.22% | - |
| HSV(B) | 185º | 0.36% | 0.26% | - |
| XYZ | 3.9 | 4.7 | 6.01 | - |
| YUV | 58.65 | 132.71 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 65 | 67 | 0.36 | 0.03 | 0 | 0.74 | 185 | 0.22 | 0.22 |
| Hex | 2B | 41 | 43 | 24 | 3 | 0 | 4A | B9 | 16 | 16 |
| Octal | 53 | 101 | 103 | 44 | 3 | 0 | 112 | 271 | 26 | 26 |
| Binary | 101011 | 1000001 | 1000011 | 100100 | 11 | 0 | 1001010 | 10111001 | 10110 | 10110 |
Color Harmonies of #2B4143
Complementary color
Monochromatic Colors of #2B4143
Black with #2B4143
Text Example
Text Example
White with #2B4143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4143; }
p { color: rgb(43,65,67); }
H1.HeaderClassName
{
color: #2B4143;
}
.AnyTagClassName
{
color: #2B4143;
}
</style>
background-color css
<style>
a { background-color: #2B4143; }
a { background-color: rgb(43,65,67); }
div.DivClassName
{
background-color: #2B4143;
}
.BgClassName
{
background-color: #2B4143;
}
</style>
border-color css
<style>
span { border-color: #2B4143; }
span { border-color: rgb(43,65,67); }
td.TdClassName
{
border-color: #2B4143;
}
.TagClassName
{
border-color: #2B4143;
}
</style>