Shades of Outer Space #293335
Tints of Outer Space #293335
RGB
CMYK
RGB Variations
Color information
#293335 (or 0x293335) is known color: Outer Space. HEX triplet: 29, 33 and 35. RGB value is (41,51,53). Sum of RGB (Red+Green+Blue) = 41+51+53=145 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.28% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 53 - color contains mainly: blue. Hex color #293335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293335 is #D6CCCA. Grayscale: #303030. Windows color (decimal): -14077131 or 3486505. OLE color: 3486505.
HSL color Cylindrical-coordinate representation of color #293335: hue angle of 190º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #293335 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 41 | 51 | 53 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.79 |
| HSL | 190º | 0.13% | 0.18% | - |
| HSV(B) | 190º | 0.23% | 0.21% | - |
| XYZ | 2.74 | 3.1 | 3.82 | - |
| YUV | 48.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 51 | 53 | 0.23 | 0.04 | 0 | 0.79 | 190 | 0.13 | 0.18 |
| Hex | 29 | 33 | 35 | 17 | 4 | 0 | 4F | BE | D | 12 |
| Octal | 51 | 63 | 65 | 27 | 4 | 0 | 117 | 276 | 15 | 22 |
| Binary | 101001 | 110011 | 110101 | 10111 | 100 | 0 | 1001111 | 10111110 | 1101 | 10010 |
Color Harmonies of #293335
Complementary color
Monochromatic Colors of #293335
Black with #293335
Text Example
Text Example
White with #293335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293335; }
p { color: rgb(41,51,53); }
H1.HeaderClassName
{
color: #293335;
}
.AnyTagClassName
{
color: #293335;
}
</style>
background-color css
<style>
a { background-color: #293335; }
a { background-color: rgb(41,51,53); }
div.DivClassName
{
background-color: #293335;
}
.BgClassName
{
background-color: #293335;
}
</style>
border-color css
<style>
span { border-color: #293335; }
span { border-color: rgb(41,51,53); }
td.TdClassName
{
border-color: #293335;
}
.TagClassName
{
border-color: #293335;
}
</style>