#020C31

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

Shades of Midnight Express #020C31

Tints of Midnight Express #020C31

Color information

#020C31 (or 0x020C31) is unknown color: approx Midnight Express. HEX triplet: 02, 0C and 31. RGB value is (2,12,49). Sum of RGB (Red+Green+Blue) = 2+12+49=63 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.17% from 63); Green value is 12 (5.08% from 255 or 19.05% from 63); Blue value is 49 (19.53% from 255 or 77.78% from 63); Max value from RGB is 49 - color contains mainly: blue. Hex color #020C31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020C31 is #FDF3CE. Grayscale: #0D0D0D. Windows color (decimal): -16643023 or 3214338. OLE color: 3214338.

HSL color Cylindrical-coordinate representation of color #020C31: hue angle of 227.23º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020C31 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB21249-
CMYK0.960.7600.81
HSL227.23º92.16%10%-
HSV(B)227.23º95.92%19.22%-
XYZ0.710.52.96-
YUV13.23148.19119.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.17%
GREEN value IS 12 (5.08% from 255) = 19.05%
BLUE value IS 49 (19.53% from 255) = 77.78%
R=3.17%
G=19.05%
B=77.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal212490.960.7600.81227.2392.1610
Hex2C31604C051e35ca
Octal21461140114012134313412
Binary10110011000111000001001100010100011110001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020C31; }

 p { color: rgb(2,12,49); }

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

<style>
 a { background-color: #020C31; }

 a { background-color: rgb(2,12,49); }

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

<style>
 span { border-color: #020C31; }

 span { border-color: rgb(2,12,49); }

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