Shades of Outer Space #304243
Tints of Outer Space #304243
RGB
CMYK
RGB Variations
Color information
#304243 (or 0x304243) is known color: Outer Space. HEX triplet: 30, 42 and 43. RGB value is (48,66,67). Sum of RGB (Red+Green+Blue) = 48+66+67=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 67 (26.56% from 255 or 37.02% from 181); Max value from RGB is 67 - color contains mainly: blue. Hex color #304243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304243 is #CFBDBC. Grayscale: #3C3C3C. Windows color (decimal): -13614525 or 4407856. OLE color: 4407856.
HSL color Cylindrical-coordinate representation of color #304243: hue angle of 183.16º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #304243 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 48 | 66 | 67 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.74 |
| HSL | 183.16º | 0.17% | 0.23% | - |
| HSV(B) | 183.16º | 0.28% | 0.26% | - |
| XYZ | 4.18 | 4.93 | 6.04 | - |
| YUV | 60.73 | 131.54 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 66 | 67 | 0.28 | 0.01 | 0 | 0.74 | 183.16 | 0.17 | 0.23 |
| Hex | 30 | 42 | 43 | 1C | 1 | 0 | 4A | B7 | 11 | 17 |
| Octal | 60 | 102 | 103 | 34 | 1 | 0 | 112 | 267 | 21 | 27 |
| Binary | 110000 | 1000010 | 1000011 | 11100 | 1 | 0 | 1001010 | 10110111 | 10001 | 10111 |
Color Harmonies of #304243
Complementary color
Monochromatic Colors of #304243
Black with #304243
Text Example
Text Example
White with #304243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304243; }
p { color: rgb(48,66,67); }
H1.HeaderClassName
{
color: #304243;
}
.AnyTagClassName
{
color: #304243;
}
</style>
background-color css
<style>
a { background-color: #304243; }
a { background-color: rgb(48,66,67); }
div.DivClassName
{
background-color: #304243;
}
.BgClassName
{
background-color: #304243;
}
</style>
border-color css
<style>
span { border-color: #304243; }
span { border-color: rgb(48,66,67); }
td.TdClassName
{
border-color: #304243;
}
.TagClassName
{
border-color: #304243;
}
</style>