Html Css Color HEX #031333 Midnight Express

📋 copy color: '#031333'

red 3 ◦ green 19 ◦ blue 51

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

Shades of Midnight Express #031333

Tints of Midnight Express #031333

RGB

 RED value IS 3 (1.56% from 255) = 4.11%

 GREEN value IS 19 (7.81% from 255) = 26.03%

 BLUE value IS 51 (20.31% from 255) = 69.86%

R = 4.11%
G = 26.03%
B = 69.86%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#031333 (or 0x031333) is known color: Midnight Express. HEX triplet: 03, 13 and 33. RGB value is (3,19,51). Sum of RGB (Red+Green+Blue) = 3+19+51=73 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.11% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 51 (20.31% from 255 or 69.86% from 73); Max value from RGB is 51 - color contains mainly: blue. Hex color #031333 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031333 is #FCECCC. Grayscale: #111111. Windows color (decimal): -16575693 or 3347203. OLE color: 3347203.

HSL color Cylindrical-coordinate representation of color #031333: hue angle of 220º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #031333 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 3 19 51 -
CMYK 0.94 0.63 0 0.8
HSL 220º 0.89% 0.11% -
HSV(B) 220º 0.94% 0.2% -
XYZ 0.87 0.72 3.23 -
YUV 17.86 146.7 117.4 -
System Red Green Blue C M Y K H S L
Decimal 3 19 51 0.94 0.63 0 0.8 220 0.89 0.11
Hex 3 13 33 5E 3F 0 50 DC 59 B
Octal 3 23 63 136 77 0 120 334 131 13
Binary 11 10011 110011 1011110 111111 0 1010000 11011100 1011001 1011

Color Harmonies of #031333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031333

Black with #031333

Text Example


Text Example

White with #031333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031333; }

 p { color: rgb(3,19,51); }

 H1.HeaderClassName
 {
   color: #031333;
 }
 .AnyTagClassName
 {
   color: #031333;
 }
</style>

background-color css

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

 a { background-color: rgb(3,19,51); }

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

border-color css

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

 span { border-color: rgb(3,19,51); }

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