Html Css Color HEX #031231 Midnight Express

📋 copy color: '#031231'

red 3 ◦ green 18 ◦ blue 49

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

Shades of Midnight Express #031231

Tints of Midnight Express #031231

RGB

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

 GREEN value IS 18 (7.42% from 255) = 25.71%

 BLUE value IS 49 (19.53% from 255) = 70%

R = 4.29%
G = 25.71%
B = 70%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#031231 (or 0x031231) is known color: Midnight Express. HEX triplet: 03, 12 and 31. RGB value is (3,18,49). Sum of RGB (Red+Green+Blue) = 3+18+49=70 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.29% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 49 (19.53% from 255 or 70% from 70); Max value from RGB is 49 - color contains mainly: blue. Hex color #031231 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031231 is #FCEDCE. Grayscale: #101010. Windows color (decimal): -16575951 or 3215875. OLE color: 3215875.

HSL color Cylindrical-coordinate representation of color #031231: hue angle of 220.43º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #031231 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 3 18 49 -
CMYK 0.94 0.63 0 0.81
HSL 220.43º 0.88% 0.1% -
HSV(B) 220.43º 0.94% 0.19% -
XYZ 0.81 0.67 2.99 -
YUV 17.05 146.03 117.98 -
System Red Green Blue C M Y K H S L
Decimal 3 18 49 0.94 0.63 0 0.81 220.43 0.88 0.1
Hex 3 12 31 5E 3F 0 51 DC 58 A
Octal 3 22 61 136 77 0 121 334 130 12
Binary 11 10010 110001 1011110 111111 0 1010001 11011100 1011000 1010

Color Harmonies of #031231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031231

Black with #031231

Text Example


Text Example

White with #031231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031231; }

 p { color: rgb(3,18,49); }

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

background-color css

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

 a { background-color: rgb(3,18,49); }

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

border-color css

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

 span { border-color: rgb(3,18,49); }

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