#000D31

Color #000D31 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #000D31

Tints of Midnight Express #000D31

Color information

#000D31 (or 0x000D31) is unknown color: approx Midnight Express. HEX triplet: 00, 0D and 31. RGB value is (0,13,49). Sum of RGB (Red+Green+Blue) = 0+13+49=62 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 62); Green value is 13 (5.47% from 255 or 20.97% from 62); Blue value is 49 (19.53% from 255 or 79.03% from 62); Max value from RGB is 49 - color contains mainly: blue. Hex color #000D31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000D31 is #FFF2CE. Grayscale: #0D0D0D. Windows color (decimal): -16773839 or 3214592. OLE color: 3214592.

HSL color Cylindrical-coordinate representation of color #000D31: hue angle of 224.08º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000D31 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB01349-
CMYK10.7300.81
HSL224.08º100%9.61%-
HSV(B)224.08º100%19.22%-
XYZ0.70.512.97-
YUV13.22148.19118.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 13 (5.47% from 255) = 20.97%
BLUE value IS 49 (19.53% from 255) = 79.03%
R=0%
G=20.97%
B=79.03%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal0134910.7300.81224.081009.61
Hex0D316449051e064a
Octal01561144111012134014412
Binary0110111000111001001001001010100011110000011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000D31; }

 p { color: rgb(0,13,49); }

 H1.HeaderClassName
 {
   color: #000D31;
 }
 .AnyTagClassName
 {
   color: #000D31;
 }
</style>
background-color css

<style>
 a { background-color: #000D31; }

 a { background-color: rgb(0,13,49); }

 div.DivClassName
 {
   background-color: #000D31;
 }
 .BgClassName
 {
   background-color: #000D31;
 }
</style>
border-color css

<style>
 span { border-color: #000D31; }

 span { border-color: rgb(0,13,49); }

 td.TdClassName
 {
   border-color: #000D31;
 }
 .TagClassName
 {
   border-color: #000D31;
 }
</style>