Html Css Color HEX #031030 Midnight Express

📋 copy color: '#031030'

red 3 ◦ green 16 ◦ blue 48

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

Shades of Midnight Express #031030

Tints of Midnight Express #031030

RGB

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

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

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

R = 4.48%
G = 23.88%
B = 71.64%

CMYK

 C value IS 0.94

 M value IS 0.67

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#031030 (or 0x031030) is known color: Midnight Express. HEX triplet: 03, 10 and 30. RGB value is (3,16,48). Sum of RGB (Red+Green+Blue) = 3+16+48=67 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.48% from 67); Green value is 16 (6.64% from 255 or 23.88% from 67); Blue value is 48 (19.14% from 255 or 71.64% from 67); Max value from RGB is 48 - color contains mainly: blue. Hex color #031030 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031030 is #FCEFCF. Grayscale: #0F0F0F. Windows color (decimal): -16576464 or 3149827. OLE color: 3149827.

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

Color convert

RGB 3 16 48 -
CMYK 0.94 0.67 0 0.81
HSL 222.67º 0.88% 0.1% -
HSV(B) 222.67º 0.94% 0.19% -
XYZ 0.76 0.6 2.87 -
YUV 15.76 146.19 118.9 -
System Red Green Blue C M Y K H S L
Decimal 3 16 48 0.94 0.67 0 0.81 222.67 0.88 0.1
Hex 3 10 30 5E 43 0 51 DF 58 A
Octal 3 20 60 136 103 0 121 337 130 12
Binary 11 10000 110000 1011110 1000011 0 1010001 11011111 1011000 1010

Color Harmonies of #031030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031030

Black with #031030

Text Example


Text Example

White with #031030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031030; }

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

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

background-color css

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

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

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

border-color css

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

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

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