Html Css Color HEX #030F31 Midnight Express

📋 copy color: '#030F31'

red 3 ◦ green 15 ◦ blue 49

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

Shades of Midnight Express #030F31

Tints of Midnight Express #030F31

RGB

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

 GREEN value IS 15 (6.25% from 255) = 22.39%

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

R = 4.48%
G = 22.39%
B = 73.13%

CMYK

 C value IS 0.94

 M value IS 0.69

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#030F31 (or 0x030F31) is known color: Midnight Express. HEX triplet: 03, 0F and 31. RGB value is (3,15,49). Sum of RGB (Red+Green+Blue) = 3+15+49=67 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.48% from 67); Green value is 15 (6.25% from 255 or 22.39% from 67); Blue value is 49 (19.53% from 255 or 73.13% from 67); Max value from RGB is 49 - color contains mainly: blue. Hex color #030F31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030F31 is #FCF0CE. Grayscale: #0F0F0F. Windows color (decimal): -16576719 or 3215107. OLE color: 3215107.

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

Color convert

RGB 3 15 49 -
CMYK 0.94 0.69 0 0.81
HSL 224.35º 0.88% 0.1% -
HSV(B) 224.35º 0.94% 0.19% -
XYZ 0.76 0.58 2.98 -
YUV 15.29 147.02 119.24 -
System Red Green Blue C M Y K H S L
Decimal 3 15 49 0.94 0.69 0 0.81 224.35 0.88 0.1
Hex 3 F 31 5E 45 0 51 E0 58 A
Octal 3 17 61 136 105 0 121 340 130 12
Binary 11 1111 110001 1011110 1000101 0 1010001 11100000 1011000 1010

Color Harmonies of #030F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030F31

Black with #030F31

Text Example


Text Example

White with #030F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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