Shades of Outer Space #333F41
Tints of Outer Space #333F41
RGB
CMYK
RGB Variations
Color information
#333F41 (or 0x333F41) is known color: Outer Space. HEX triplet: 33, 3F and 41. RGB value is (51,63,65). Sum of RGB (Red+Green+Blue) = 51+63+65=179 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.49% from 179); Green value is 63 (25% from 255 or 35.20% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 65 - color contains mainly: blue. Hex color #333F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333F41 is #CCC0BE. Grayscale: #3B3B3B. Windows color (decimal): -13418687 or 4276019. OLE color: 4276019.
HSL color Cylindrical-coordinate representation of color #333F41: hue angle of 188.57º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #333F41 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 63 | 65 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.75 |
| HSL | 188.57º | 0.12% | 0.23% | - |
| HSV(B) | 188.57º | 0.22% | 0.25% | - |
| XYZ | 4.1 | 4.64 | 5.68 | - |
| YUV | 59.64 | 131.02 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 65 | 0.22 | 0.03 | 0 | 0.75 | 188.57 | 0.12 | 0.23 |
| Hex | 33 | 3F | 41 | 16 | 3 | 0 | 4B | BD | C | 17 |
| Octal | 63 | 77 | 101 | 26 | 3 | 0 | 113 | 275 | 14 | 27 |
| Binary | 110011 | 111111 | 1000001 | 10110 | 11 | 0 | 1001011 | 10111101 | 1100 | 10111 |
Color Harmonies of #333F41
Complementary color
Monochromatic Colors of #333F41
Black with #333F41
Text Example
Text Example
White with #333F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333F41; }
p { color: rgb(51,63,65); }
H1.HeaderClassName
{
color: #333F41;
}
.AnyTagClassName
{
color: #333F41;
}
</style>
background-color css
<style>
a { background-color: #333F41; }
a { background-color: rgb(51,63,65); }
div.DivClassName
{
background-color: #333F41;
}
.BgClassName
{
background-color: #333F41;
}
</style>
border-color css
<style>
span { border-color: #333F41; }
span { border-color: rgb(51,63,65); }
td.TdClassName
{
border-color: #333F41;
}
.TagClassName
{
border-color: #333F41;
}
</style>