Shades of Outer Space #314243
Tints of Outer Space #314243
RGB
CMYK
RGB Variations
Color information
#314243 (or 0x314243) is known color: Outer Space. HEX triplet: 31, 42 and 43. RGB value is (49,66,67). Sum of RGB (Red+Green+Blue) = 49+66+67=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 67 - color contains mainly: blue. Hex color #314243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314243 is #CEBDBC. Grayscale: #3D3D3D. Windows color (decimal): -13548989 or 4407857. OLE color: 4407857.
HSL color Cylindrical-coordinate representation of color #314243: hue angle of 183.33º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #314243 is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 49 | 66 | 67 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.74 |
| HSL | 183.33º | 0.16% | 0.23% | - |
| HSV(B) | 183.33º | 0.27% | 0.26% | - |
| XYZ | 4.23 | 4.95 | 6.04 | - |
| YUV | 61.03 | 131.37 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 66 | 67 | 0.27 | 0.01 | 0 | 0.74 | 183.33 | 0.16 | 0.23 |
| Hex | 31 | 42 | 43 | 1B | 1 | 0 | 4A | B7 | 10 | 17 |
| Octal | 61 | 102 | 103 | 33 | 1 | 0 | 112 | 267 | 20 | 27 |
| Binary | 110001 | 1000010 | 1000011 | 11011 | 1 | 0 | 1001010 | 10110111 | 10000 | 10111 |
Color Harmonies of #314243
Complementary color
Monochromatic Colors of #314243
Black with #314243
Text Example
Text Example
White with #314243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314243; }
p { color: rgb(49,66,67); }
H1.HeaderClassName
{
color: #314243;
}
.AnyTagClassName
{
color: #314243;
}
</style>
background-color css
<style>
a { background-color: #314243; }
a { background-color: rgb(49,66,67); }
div.DivClassName
{
background-color: #314243;
}
.BgClassName
{
background-color: #314243;
}
</style>
border-color css
<style>
span { border-color: #314243; }
span { border-color: rgb(49,66,67); }
td.TdClassName
{
border-color: #314243;
}
.TagClassName
{
border-color: #314243;
}
</style>