Shades of Midnight Express #000338
Tints of Midnight Express #000338
RGB
CMYK
RGB Variations
Color information
#000338 (or 0x000338) is known color: Midnight Express. HEX triplet: 00, 03 and 38. RGB value is (0,3,56). Sum of RGB (Red+Green+Blue) = 0+3+56=59 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 59); Green value is 3 (1.56% from 255 or 5.08% from 59); Blue value is 56 (22.27% from 255 or 94.92% from 59); Max value from RGB is 56 - color contains mainly: blue. Hex color #000338 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000338 is #FFFCC7. Grayscale: #070707. Windows color (decimal): -16776392 or 3670784. OLE color: 3670784.
HSL color Cylindrical-coordinate representation of color #000338: hue angle of 236.79º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000338 is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 3 | 56 | - |
| CMYK | 1 | 0.95 | 0 | 0.78 |
| HSL | 236.79º | 1% | 0.11% | - |
| HSV(B) | 236.79º | 1% | 0.22% | - |
| XYZ | 0.75 | 0.35 | 3.77 | - |
| YUV | 8.15 | 155.01 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 3 | 56 | 1 | 0.95 | 0 | 0.78 | 236.79 | 1 | 0.11 |
| Hex | 0 | 3 | 38 | 64 | 5F | 0 | 4E | ED | 64 | B |
| Octal | 0 | 3 | 70 | 144 | 137 | 0 | 116 | 355 | 144 | 13 |
| Binary | 0 | 11 | 111000 | 1100100 | 1011111 | 0 | 1001110 | 11101101 | 1100100 | 1011 |
Color Harmonies of #000338
Complementary color
Monochromatic Colors of #000338
Black with #000338
Text Example
Text Example
White with #000338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000338; }
p { color: rgb(0,3,56); }
H1.HeaderClassName
{
color: #000338;
}
.AnyTagClassName
{
color: #000338;
}
</style>
background-color css
<style>
a { background-color: #000338; }
a { background-color: rgb(0,3,56); }
div.DivClassName
{
background-color: #000338;
}
.BgClassName
{
background-color: #000338;
}
</style>
border-color css
<style>
span { border-color: #000338; }
span { border-color: rgb(0,3,56); }
td.TdClassName
{
border-color: #000338;
}
.TagClassName
{
border-color: #000338;
}
</style>