#020D31

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

Shades of Midnight Express #020D31

Tints of Midnight Express #020D31

Color information

#020D31 (or 0x020D31) is unknown color: approx Midnight Express. HEX triplet: 02, 0D and 31. RGB value is (2,13,49). Sum of RGB (Red+Green+Blue) = 2+13+49=64 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.12% from 64); Green value is 13 (5.47% from 255 or 20.31% from 64); Blue value is 49 (19.53% from 255 or 76.56% from 64); Max value from RGB is 49 - color contains mainly: blue. Hex color #020D31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020D31 is #FDF2CE. Grayscale: #0D0D0D. Windows color (decimal): -16642767 or 3214594. OLE color: 3214594.

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

Color convert

RGB21349-
CMYK0.960.7300.81
HSL225.96º92.16%10%-
HSV(B)225.96º95.92%19.22%-
XYZ0.720.522.97-
YUV13.82147.86119.57-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.12%
GREEN value IS 13 (5.47% from 255) = 20.31%
BLUE value IS 49 (19.53% from 255) = 76.56%
R=3.12%
G=20.31%
B=76.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal213490.960.7300.81225.9692.1610
Hex2D316049051e25ca
Octal21561140111012134213412
Binary10110111000111000001001001010100011110001010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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