#020B31

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

Shades of Midnight Express #020B31

Tints of Midnight Express #020B31

Color information

#020B31 (or 0x020B31) is unknown color: approx Midnight Express. HEX triplet: 02, 0B and 31. RGB value is (2,11,49). Sum of RGB (Red+Green+Blue) = 2+11+49=62 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.23% from 62); Green value is 11 (4.69% from 255 or 17.74% 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 #020B31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020B31 is #FDF4CE. Grayscale: #0C0C0C. Windows color (decimal): -16643279 or 3214082. OLE color: 3214082.

HSL color Cylindrical-coordinate representation of color #020B31: hue angle of 228.51º 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 #020B31 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB21149-
CMYK0.960.7800.81
HSL228.51º92.16%10%-
HSV(B)228.51º95.92%19.22%-
XYZ0.70.472.96-
YUV12.64148.52120.41-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.23%
GREEN value IS 11 (4.69% from 255) = 17.74%
BLUE value IS 49 (19.53% from 255) = 79.03%
R=3.23%
G=17.74%
B=79.03%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal211490.960.7800.81228.5192.1610
Hex2B31604E051e55ca
Octal21361140116012134513412
Binary10101111000111000001001110010100011110010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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