Html Css Color HEX #031330 Midnight Express

📋 copy color: '#031330'

red 3 ◦ green 19 ◦ blue 48

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

Shades of Midnight Express #031330

Tints of Midnight Express #031330

RGB

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

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

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

R = 4.29%
G = 27.14%
B = 68.57%

CMYK

 C value IS 0.94

 M value IS 0.60

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#031330 (or 0x031330) is known color: Midnight Express. HEX triplet: 03, 13 and 30. RGB value is (3,19,48). Sum of RGB (Red+Green+Blue) = 3+19+48=70 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.29% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 48 (19.14% from 255 or 68.57% from 70); Max value from RGB is 48 - color contains mainly: blue. Hex color #031330 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031330 is #FCECCF. Grayscale: #111111. Windows color (decimal): -16575696 or 3150595. OLE color: 3150595.

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

Color convert

RGB 3 19 48 -
CMYK 0.94 0.60 0 0.81
HSL 218.67º 0.88% 0.1% -
HSV(B) 218.67º 0.94% 0.19% -
XYZ 0.8 0.7 2.89 -
YUV 17.52 145.2 117.64 -
System Red Green Blue C M Y K H S L
Decimal 3 19 48 0.94 0.60 0 0.81 218.67 0.88 0.1
Hex 3 13 30 5E 3C 0 51 DB 58 A
Octal 3 23 60 136 74 0 121 333 130 12
Binary 11 10011 110000 1011110 111100 0 1010001 11011011 1011000 1010

Color Harmonies of #031330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031330

Black with #031330

Text Example


Text Example

White with #031330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031330; }

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

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

background-color css

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

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

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

border-color css

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

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

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