Shades of Outer Space #333F40
Tints of Outer Space #333F40
RGB
CMYK
RGB Variations
Color information
#333F40 (or 0x333F40) is known color: Outer Space. HEX triplet: 33, 3F and 40. RGB value is (51,63,64). Sum of RGB (Red+Green+Blue) = 51+63+64=178 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.65% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 64 - color contains mainly: blue. Hex color #333F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333F40 is #CCC0BF. Grayscale: #3B3B3B. Windows color (decimal): -13418688 or 4210483. OLE color: 4210483.
HSL color Cylindrical-coordinate representation of color #333F40: hue angle of 184.62º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #333F40 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 63 | 64 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.75 |
| HSL | 184.62º | 0.11% | 0.23% | - |
| HSV(B) | 184.62º | 0.2% | 0.25% | - |
| XYZ | 4.07 | 4.63 | 5.53 | - |
| YUV | 59.53 | 130.52 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 64 | 0.20 | 0.02 | 0 | 0.75 | 184.62 | 0.11 | 0.23 |
| Hex | 33 | 3F | 40 | 14 | 2 | 0 | 4B | B9 | B | 17 |
| Octal | 63 | 77 | 100 | 24 | 2 | 0 | 113 | 271 | 13 | 27 |
| Binary | 110011 | 111111 | 1000000 | 10100 | 10 | 0 | 1001011 | 10111001 | 1011 | 10111 |
Color Harmonies of #333F40
Complementary color
Monochromatic Colors of #333F40
Black with #333F40
Text Example
Text Example
White with #333F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333F40; }
p { color: rgb(51,63,64); }
H1.HeaderClassName
{
color: #333F40;
}
.AnyTagClassName
{
color: #333F40;
}
</style>
background-color css
<style>
a { background-color: #333F40; }
a { background-color: rgb(51,63,64); }
div.DivClassName
{
background-color: #333F40;
}
.BgClassName
{
background-color: #333F40;
}
</style>
border-color css
<style>
span { border-color: #333F40; }
span { border-color: rgb(51,63,64); }
td.TdClassName
{
border-color: #333F40;
}
.TagClassName
{
border-color: #333F40;
}
</style>