Shades of Outer Space #284143
Tints of Outer Space #284143
RGB
CMYK
RGB Variations
Color information
#284143 (or 0x284143) is known color: Outer Space. HEX triplet: 28, 41 and 43. RGB value is (40,65,67). Sum of RGB (Red+Green+Blue) = 40+65+67=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 67 (26.56% from 255 or 38.95% from 172); Max value from RGB is 67 - color contains mainly: blue. Hex color #284143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284143 is #D7BEBC. Grayscale: #393939. Windows color (decimal): -14139069 or 4407592. OLE color: 4407592.
HSL color Cylindrical-coordinate representation of color #284143: hue angle of 184.44º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #284143 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 40 | 65 | 67 | - |
| CMYK | 0.40 | 0.03 | 0 | 0.74 |
| HSL | 184.44º | 0.25% | 0.21% | - |
| HSV(B) | 184.44º | 0.4% | 0.26% | - |
| XYZ | 3.78 | 4.64 | 6.01 | - |
| YUV | 57.75 | 133.22 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 65 | 67 | 0.40 | 0.03 | 0 | 0.74 | 184.44 | 0.25 | 0.21 |
| Hex | 28 | 41 | 43 | 28 | 3 | 0 | 4A | B8 | 19 | 15 |
| Octal | 50 | 101 | 103 | 50 | 3 | 0 | 112 | 270 | 31 | 25 |
| Binary | 101000 | 1000001 | 1000011 | 101000 | 11 | 0 | 1001010 | 10111000 | 11001 | 10101 |
Color Harmonies of #284143
Complementary color
Monochromatic Colors of #284143
Black with #284143
Text Example
Text Example
White with #284143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284143; }
p { color: rgb(40,65,67); }
H1.HeaderClassName
{
color: #284143;
}
.AnyTagClassName
{
color: #284143;
}
</style>
background-color css
<style>
a { background-color: #284143; }
a { background-color: rgb(40,65,67); }
div.DivClassName
{
background-color: #284143;
}
.BgClassName
{
background-color: #284143;
}
</style>
border-color css
<style>
span { border-color: #284143; }
span { border-color: rgb(40,65,67); }
td.TdClassName
{
border-color: #284143;
}
.TagClassName
{
border-color: #284143;
}
</style>