Shades of Midnight Express #000341
Tints of Midnight Express #000341
RGB
CMYK
RGB Variations
Color information
#000341 (or 0x000341) is known color: Midnight Express. HEX triplet: 00, 03 and 41. RGB value is (0,3,65). Sum of RGB (Red+Green+Blue) = 0+3+65=68 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 68); Green value is 3 (1.56% from 255 or 4.41% from 68); Blue value is 65 (25.78% from 255 or 95.59% from 68); Max value from RGB is 65 - color contains mainly: blue. Hex color #000341 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000341 is #FFFCBE. Grayscale: #080808. Windows color (decimal): -16776383 or 4260608. OLE color: 4260608.
HSL color Cylindrical-coordinate representation of color #000341: hue angle of 237.23º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000341 is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 3 | 65 | - |
| CMYK | 1 | 0.95 | 0 | 0.75 |
| HSL | 237.23º | 1% | 0.13% | - |
| HSV(B) | 237.23º | 1% | 0.25% | - |
| XYZ | 0.99 | 0.45 | 5.04 | - |
| YUV | 9.17 | 159.51 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 3 | 65 | 1 | 0.95 | 0 | 0.75 | 237.23 | 1 | 0.13 |
| Hex | 0 | 3 | 41 | 64 | 5F | 0 | 4B | ED | 64 | D |
| Octal | 0 | 3 | 101 | 144 | 137 | 0 | 113 | 355 | 144 | 15 |
| Binary | 0 | 11 | 1000001 | 1100100 | 1011111 | 0 | 1001011 | 11101101 | 1100100 | 1101 |
Color Harmonies of #000341
Complementary color
Monochromatic Colors of #000341
Black with #000341
Text Example
Text Example
White with #000341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000341; }
p { color: rgb(0,3,65); }
H1.HeaderClassName
{
color: #000341;
}
.AnyTagClassName
{
color: #000341;
}
</style>
background-color css
<style>
a { background-color: #000341; }
a { background-color: rgb(0,3,65); }
div.DivClassName
{
background-color: #000341;
}
.BgClassName
{
background-color: #000341;
}
</style>
border-color css
<style>
span { border-color: #000341; }
span { border-color: rgb(0,3,65); }
td.TdClassName
{
border-color: #000341;
}
.TagClassName
{
border-color: #000341;
}
</style>