Html Css Color HEX #071330 Midnight Express

📋 copy color: '#071330'

red 7 ◦ green 19 ◦ blue 48

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

Shades of Midnight Express #071330

Tints of Midnight Express #071330

RGB

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

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

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

R = 9.46%
G = 25.68%
B = 64.86%

CMYK

 C value IS 0.85

 M value IS 0.60

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#071330 (or 0x071330) is known color: Midnight Express. HEX triplet: 07, 13 and 30. RGB value is (7,19,48). Sum of RGB (Red+Green+Blue) = 7+19+48=74 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.46% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 48 (19.14% from 255 or 64.86% from 74); Max value from RGB is 48 - color contains mainly: blue. Hex color #071330 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071330 is #F8ECCF. Grayscale: #121212. Windows color (decimal): -16313552 or 3150599. OLE color: 3150599.

HSL color Cylindrical-coordinate representation of color #071330: hue angle of 222.44º 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 #071330 is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 7 19 48 -
CMYK 0.85 0.60 0 0.81
HSL 222.44º 0.75% 0.11% -
HSV(B) 222.44º 0.85% 0.19% -
XYZ 0.85 0.72 2.89 -
YUV 18.72 144.52 119.64 -
System Red Green Blue C M Y K H S L
Decimal 7 19 48 0.85 0.60 0 0.81 222.44 0.75 0.11
Hex 7 13 30 55 3C 0 51 DE 4B B
Octal 7 23 60 125 74 0 121 336 113 13
Binary 111 10011 110000 1010101 111100 0 1010001 11011110 1001011 1011

Color Harmonies of #071330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071330

Black with #071330

Text Example


Text Example

White with #071330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071330; }

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

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

background-color css

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

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

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

border-color css

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

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

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