Html Css Color HEX #031430 Midnight Express

📋 copy color: '#031430'

red 3 ◦ green 20 ◦ blue 48

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

Shades of Midnight Express #031430

Tints of Midnight Express #031430

RGB

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

 GREEN value IS 20 (8.2% from 255) = 28.17%

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

R = 4.23%
G = 28.17%
B = 67.61%

CMYK

 C value IS 0.94

 M value IS 0.58

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#031430 (or 0x031430) is known color: Midnight Express. HEX triplet: 03, 14 and 30. RGB value is (3,20,48). Sum of RGB (Red+Green+Blue) = 3+20+48=71 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.23% from 71); Green value is 20 (8.20% from 255 or 28.17% 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 #031430 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031430 is #FCEBCF. Grayscale: #111111. Windows color (decimal): -16575440 or 3150851. OLE color: 3150851.

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

Color convert

RGB 3 20 48 -
CMYK 0.94 0.58 0 0.81
HSL 217.33º 0.88% 0.1% -
HSV(B) 217.33º 0.94% 0.19% -
XYZ 0.82 0.73 2.89 -
YUV 18.11 144.87 117.22 -
System Red Green Blue C M Y K H S L
Decimal 3 20 48 0.94 0.58 0 0.81 217.33 0.88 0.1
Hex 3 14 30 5E 3A 0 51 D9 58 A
Octal 3 24 60 136 72 0 121 331 130 12
Binary 11 10100 110000 1011110 111010 0 1010001 11011001 1011000 1010

Color Harmonies of #031430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031430

Black with #031430

Text Example


Text Example

White with #031430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031430; }

 p { color: rgb(3,20,48); }

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

background-color css

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

 a { background-color: rgb(3,20,48); }

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

border-color css

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

 span { border-color: rgb(3,20,48); }

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