Html Css Color HEX #021031 Midnight Express

📋 copy color: '#021031'

red 2 ◦ green 16 ◦ blue 49

#021031
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #021031

Tints of Midnight Express #021031

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 value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#021031 (or 0x021031) is known color: 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

RGB 2 16 49 -
CMYK 0.96 0.67 0 0.81
HSL 222.13º 0.92% 0.1% -
HSV(B) 222.13º 0.96% 0.19% -
XYZ 0.76 0.61 2.98 -
YUV 15.58 146.86 118.32 -
System Red Green Blue C M Y K H S L
Decimal 2 16 49 0.96 0.67 0 0.81 222.13 0.92 0.1
Hex 2 10 31 60 43 0 51 DE 5C A
Octal 2 20 61 140 103 0 121 336 134 12
Binary 10 10000 110001 1100000 1000011 0 1010001 11011110 1011100 1010

Color Harmonies of #021031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021031

Black with #021031

Text Example


Text Example

White with #021031

Text Example


Text Example

HTML Codes & Css Web 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>