Shades of Outer Space #2F3536
Tints of Outer Space #2F3536
RGB
CMYK
RGB Variations
Color information
#2F3536 (or 0x2F3536) is known color: Outer Space. HEX triplet: 2F, 35 and 36. RGB value is (47,53,54). Sum of RGB (Red+Green+Blue) = 47+53+54=154 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.52% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 54 (21.48% from 255 or 35.06% from 154); Max value from RGB is 54 - color contains mainly: blue. Hex color #2F3536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3536 is #D0CAC9. Grayscale: #333333. Windows color (decimal): -13683402 or 3552559. OLE color: 3552559.
HSL color Cylindrical-coordinate representation of color #2F3536: hue angle of 188.57º degrees, saturation: 0.07, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #2F3536 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 47 | 53 | 54 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.79 |
| HSL | 188.57º | 0.07% | 0.2% | - |
| HSV(B) | 188.57º | 0.13% | 0.21% | - |
| XYZ | 3.11 | 3.42 | 3.99 | - |
| YUV | 51.32 | 129.51 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 53 | 54 | 0.13 | 0.02 | 0 | 0.79 | 188.57 | 0.07 | 0.2 |
| Hex | 2F | 35 | 36 | D | 2 | 0 | 4F | BD | 7 | 14 |
| Octal | 57 | 65 | 66 | 15 | 2 | 0 | 117 | 275 | 7 | 24 |
| Binary | 101111 | 110101 | 110110 | 1101 | 10 | 0 | 1001111 | 10111101 | 111 | 10100 |
Color Harmonies of #2F3536
Complementary color
Monochromatic Colors of #2F3536
Black with #2F3536
Text Example
Text Example
White with #2F3536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3536; }
p { color: rgb(47,53,54); }
H1.HeaderClassName
{
color: #2F3536;
}
.AnyTagClassName
{
color: #2F3536;
}
</style>
background-color css
<style>
a { background-color: #2F3536; }
a { background-color: rgb(47,53,54); }
div.DivClassName
{
background-color: #2F3536;
}
.BgClassName
{
background-color: #2F3536;
}
</style>
border-color css
<style>
span { border-color: #2F3536; }
span { border-color: rgb(47,53,54); }
td.TdClassName
{
border-color: #2F3536;
}
.TagClassName
{
border-color: #2F3536;
}
</style>