Html Css Color HEX #071331 Midnight Express

📋 copy color: '#071331'

red 7 ◦ green 19 ◦ blue 49

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

Shades of Midnight Express #071331

Tints of Midnight Express #071331

RGB

 RED value IS 7 (3.13% from 255) = 9.33%

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

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

R = 9.33%
G = 25.33%
B = 65.33%

CMYK

 C value IS 0.86

 M value IS 0.61

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#071331 (or 0x071331) is known color: Midnight Express. HEX triplet: 07, 13 and 31. RGB value is (7,19,49). Sum of RGB (Red+Green+Blue) = 7+19+49=75 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.33% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 49 (19.53% from 255 or 65.33% from 75); Max value from RGB is 49 - color contains mainly: blue. Hex color #071331 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071331 is #F8ECCE. Grayscale: #121212. Windows color (decimal): -16313551 or 3216135. OLE color: 3216135.

HSL color Cylindrical-coordinate representation of color #071331: hue angle of 222.86º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #071331 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 7 19 49 -
CMYK 0.86 0.61 0 0.81
HSL 222.86º 0.75% 0.11% -
HSV(B) 222.86º 0.86% 0.19% -
XYZ 0.87 0.73 3 -
YUV 18.83 145.02 119.56 -
System Red Green Blue C M Y K H S L
Decimal 7 19 49 0.86 0.61 0 0.81 222.86 0.75 0.11
Hex 7 13 31 56 3D 0 51 DF 4B B
Octal 7 23 61 126 75 0 121 337 113 13
Binary 111 10011 110001 1010110 111101 0 1010001 11011111 1001011 1011

Color Harmonies of #071331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071331

Black with #071331

Text Example


Text Example

White with #071331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071331; }

 p { color: rgb(7,19,49); }

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

background-color css

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

 a { background-color: rgb(7,19,49); }

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

border-color css

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

 span { border-color: rgb(7,19,49); }

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