#021031

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

Shades of Midnight Express #021031

Tints of Midnight Express #021031

Color information

#021031 (or 0x021031) is unknown color: approx Midnight Express. HEX triplet: 02, 10 and 31. RGB value is (2,16,49). Sum of RGB (Red+Green+Blue) = 2+16+49=67 (8% of max value = 765). Red value is 2 (1.17% from 255 or 2.99% from 67); Green value is 16 (6.64% from 255 or 23.88% from 67); Blue value is 49 (19.53% from 255 or 73.13% from 67); Max value from RGB is 49 - color contains mainly: blue. Hex color #021031 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021031 is #FDEFCE. Grayscale: #0F0F0F. Windows color (decimal): -16641999 or 3215362. OLE color: 3215362.

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

Color convert

RGB21649-
CMYK0.960.6700.81
HSL222.13º92.16%10%-
HSV(B)222.13º95.92%19.22%-
XYZ0.760.612.98-
YUV15.58146.86118.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.99%
GREEN value IS 16 (6.64% from 255) = 23.88%
BLUE value IS 49 (19.53% from 255) = 73.13%
R=2.99%
G=23.88%
B=73.13%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal216490.960.6700.81222.1392.1610
Hex210316043051de5ca
Octal22061140103012133613412
Binary101000011000111000001000011010100011101111010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021031; }

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

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

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

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

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

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

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

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