Shades of Outer Space #2B3334
Tints of Outer Space #2B3334
RGB
CMYK
RGB Variations
Color information
#2B3334 (or 0x2B3334) is known color: Outer Space. HEX triplet: 2B, 33 and 34. RGB value is (43,51,52). Sum of RGB (Red+Green+Blue) = 43+51+52=146 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.45% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 52 (20.70% from 255 or 35.62% from 146); Max value from RGB is 52 - color contains mainly: blue. Hex color #2B3334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3334 is #D4CCCB. Grayscale: #303030. Windows color (decimal): -13946060 or 3420971. OLE color: 3420971.
HSL color Cylindrical-coordinate representation of color #2B3334: hue angle of 186.67º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #2B3334 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 43 | 51 | 52 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.80 |
| HSL | 186.67º | 0.09% | 0.19% | - |
| HSV(B) | 186.67º | 0.17% | 0.2% | - |
| XYZ | 2.8 | 3.13 | 3.71 | - |
| YUV | 48.72 | 129.85 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 51 | 52 | 0.17 | 0.02 | 0 | 0.80 | 186.67 | 0.09 | 0.19 |
| Hex | 2B | 33 | 34 | 11 | 2 | 0 | 50 | BB | 9 | 13 |
| Octal | 53 | 63 | 64 | 21 | 2 | 0 | 120 | 273 | 11 | 23 |
| Binary | 101011 | 110011 | 110100 | 10001 | 10 | 0 | 1010000 | 10111011 | 1001 | 10011 |
Color Harmonies of #2B3334
Complementary color
Monochromatic Colors of #2B3334
Black with #2B3334
Text Example
Text Example
White with #2B3334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3334; }
p { color: rgb(43,51,52); }
H1.HeaderClassName
{
color: #2B3334;
}
.AnyTagClassName
{
color: #2B3334;
}
</style>
background-color css
<style>
a { background-color: #2B3334; }
a { background-color: rgb(43,51,52); }
div.DivClassName
{
background-color: #2B3334;
}
.BgClassName
{
background-color: #2B3334;
}
</style>
border-color css
<style>
span { border-color: #2B3334; }
span { border-color: rgb(43,51,52); }
td.TdClassName
{
border-color: #2B3334;
}
.TagClassName
{
border-color: #2B3334;
}
</style>