Html Css Color HEX #071030 Midnight Express

📋 copy color: '#071030'

red 7 ◦ green 16 ◦ blue 48

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

Shades of Midnight Express #071030

Tints of Midnight Express #071030

RGB

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

 GREEN value IS 16 (6.64% from 255) = 22.54%

 BLUE value IS 48 (19.14% from 255) = 67.61%

R = 9.86%
G = 22.54%
B = 67.61%

CMYK

 C value IS 0.85

 M value IS 0.67

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#071030 (or 0x071030) is known color: Midnight Express. HEX triplet: 07, 10 and 30. RGB value is (7,16,48). Sum of RGB (Red+Green+Blue) = 7+16+48=71 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.86% from 71); Green value is 16 (6.64% from 255 or 22.54% from 71); Blue value is 48 (19.14% from 255 or 67.61% from 71); Max value from RGB is 48 - color contains mainly: blue. Hex color #071030 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071030 is #F8EFCF. Grayscale: #101010. Windows color (decimal): -16314320 or 3149831. OLE color: 3149831.

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

Color convert

RGB 7 16 48 -
CMYK 0.85 0.67 0 0.81
HSL 226.83º 0.75% 0.11% -
HSV(B) 226.83º 0.85% 0.19% -
XYZ 0.81 0.63 2.88 -
YUV 16.96 145.52 120.9 -
System Red Green Blue C M Y K H S L
Decimal 7 16 48 0.85 0.67 0 0.81 226.83 0.75 0.11
Hex 7 10 30 55 43 0 51 E3 4B B
Octal 7 20 60 125 103 0 121 343 113 13
Binary 111 10000 110000 1010101 1000011 0 1010001 11100011 1001011 1011

Color Harmonies of #071030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071030

Black with #071030

Text Example


Text Example

White with #071030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071030; }

 p { color: rgb(7,16,48); }

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

background-color css

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

 a { background-color: rgb(7,16,48); }

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

border-color css

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

 span { border-color: rgb(7,16,48); }

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