Shades of Midnight Express #030832
Tints of Midnight Express #030832
RGB
CMYK
RGB Variations
Color information
#030832 (or 0x030832) is known color: Midnight Express. HEX triplet: 03, 08 and 32. RGB value is (3,8,50). Sum of RGB (Red+Green+Blue) = 3+8+50=61 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.92% from 61); Green value is 8 (3.52% from 255 or 13.11% from 61); Blue value is 50 (19.92% from 255 or 81.97% from 61); Max value from RGB is 50 - color contains mainly: blue. Hex color #030832 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030832 is #FCF7CD. Grayscale: #0B0B0B. Windows color (decimal): -16578510 or 3278851. OLE color: 3278851.
HSL color Cylindrical-coordinate representation of color #030832: hue angle of 233.62º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #030832 is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 8 | 50 | - |
| CMYK | 0.94 | 0.84 | 0 | 0.80 |
| HSL | 233.62º | 0.89% | 0.1% | - |
| HSV(B) | 233.62º | 0.94% | 0.2% | - |
| XYZ | 0.7 | 0.42 | 3.06 | - |
| YUV | 11.29 | 149.84 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 8 | 50 | 0.94 | 0.84 | 0 | 0.80 | 233.62 | 0.89 | 0.1 |
| Hex | 3 | 8 | 32 | 5E | 54 | 0 | 50 | EA | 59 | A |
| Octal | 3 | 10 | 62 | 136 | 124 | 0 | 120 | 352 | 131 | 12 |
| Binary | 11 | 1000 | 110010 | 1011110 | 1010100 | 0 | 1010000 | 11101010 | 1011001 | 1010 |
Color Harmonies of #030832
Complementary color
Monochromatic Colors of #030832
Black with #030832
Text Example
Text Example
White with #030832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030832; }
p { color: rgb(3,8,50); }
H1.HeaderClassName
{
color: #030832;
}
.AnyTagClassName
{
color: #030832;
}
</style>
background-color css
<style>
a { background-color: #030832; }
a { background-color: rgb(3,8,50); }
div.DivClassName
{
background-color: #030832;
}
.BgClassName
{
background-color: #030832;
}
</style>
border-color css
<style>
span { border-color: #030832; }
span { border-color: rgb(3,8,50); }
td.TdClassName
{
border-color: #030832;
}
.TagClassName
{
border-color: #030832;
}
</style>