Html Css Color HEX #030D31 Midnight Express

📋 copy color: '#030D31'

red 3 ◦ green 13 ◦ blue 49

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

Shades of Midnight Express #030D31

Tints of Midnight Express #030D31

RGB

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

 GREEN value IS 13 (5.47% from 255) = 20%

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

R = 4.62%
G = 20%
B = 75.38%

CMYK

 C value IS 0.94

 M value IS 0.73

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#030D31 (or 0x030D31) is known color: Midnight Express. HEX triplet: 03, 0D and 31. RGB value is (3,13,49). Sum of RGB (Red+Green+Blue) = 3+13+49=65 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.62% from 65); Green value is 13 (5.47% from 255 or 20% from 65); Blue value is 49 (19.53% from 255 or 75.38% from 65); Max value from RGB is 49 - color contains mainly: blue. Hex color #030D31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030D31 is #FCF2CE. Grayscale: #0D0D0D. Windows color (decimal): -16577231 or 3214595. OLE color: 3214595.

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

Color convert

RGB 3 13 49 -
CMYK 0.94 0.73 0 0.81
HSL 226.96º 0.88% 0.1% -
HSV(B) 226.96º 0.94% 0.19% -
XYZ 0.74 0.53 2.97 -
YUV 14.11 147.69 120.07 -
System Red Green Blue C M Y K H S L
Decimal 3 13 49 0.94 0.73 0 0.81 226.96 0.88 0.1
Hex 3 D 31 5E 49 0 51 E3 58 A
Octal 3 15 61 136 111 0 121 343 130 12
Binary 11 1101 110001 1011110 1001001 0 1010001 11100011 1011000 1010

Color Harmonies of #030D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030D31

Black with #030D31

Text Example


Text Example

White with #030D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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