Shades of Outer Space #283F41
Tints of Outer Space #283F41
RGB
CMYK
RGB Variations
Color information
#283F41 (or 0x283F41) is known color: Outer Space. HEX triplet: 28, 3F and 41. RGB value is (40,63,65). Sum of RGB (Red+Green+Blue) = 40+63+65=168 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.81% from 168); Green value is 63 (25% from 255 or 37.5% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 65 - color contains mainly: blue. Hex color #283F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283F41 is #D7C0BE. Grayscale: #383838. Windows color (decimal): -14139583 or 4276008. OLE color: 4276008.
HSL color Cylindrical-coordinate representation of color #283F41: hue angle of 184.8º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #283F41 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 63 | 65 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.75 |
| HSL | 184.8º | 0.24% | 0.21% | - |
| HSV(B) | 184.8º | 0.38% | 0.25% | - |
| XYZ | 3.61 | 4.39 | 5.66 | - |
| YUV | 56.35 | 132.88 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 65 | 0.38 | 0.03 | 0 | 0.75 | 184.8 | 0.24 | 0.21 |
| Hex | 28 | 3F | 41 | 26 | 3 | 0 | 4B | B9 | 18 | 15 |
| Octal | 50 | 77 | 101 | 46 | 3 | 0 | 113 | 271 | 30 | 25 |
| Binary | 101000 | 111111 | 1000001 | 100110 | 11 | 0 | 1001011 | 10111001 | 11000 | 10101 |
Color Harmonies of #283F41
Complementary color
Monochromatic Colors of #283F41
Black with #283F41
Text Example
Text Example
White with #283F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283F41; }
p { color: rgb(40,63,65); }
H1.HeaderClassName
{
color: #283F41;
}
.AnyTagClassName
{
color: #283F41;
}
</style>
background-color css
<style>
a { background-color: #283F41; }
a { background-color: rgb(40,63,65); }
div.DivClassName
{
background-color: #283F41;
}
.BgClassName
{
background-color: #283F41;
}
</style>
border-color css
<style>
span { border-color: #283F41; }
span { border-color: rgb(40,63,65); }
td.TdClassName
{
border-color: #283F41;
}
.TagClassName
{
border-color: #283F41;
}
</style>