Html Css Color HEX #03112B Midnight Express

📋 copy color: '#03112B'

red 3 ◦ green 17 ◦ blue 43

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

Shades of Midnight Express #03112B

Tints of Midnight Express #03112B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 26.98%

 BLUE value IS 43 (17.19% from 255) = 68.25%

R = 4.76%
G = 26.98%
B = 68.25%

CMYK

 C value IS 0.93

 M value IS 0.60

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#03112B (or 0x03112B) is known color: Midnight Express. HEX triplet: 03, 11 and 2B. RGB value is (3,17,43). Sum of RGB (Red+Green+Blue) = 3+17+43=63 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.76% from 63); Green value is 17 (7.03% from 255 or 26.98% from 63); Blue value is 43 (17.19% from 255 or 68.25% from 63); Max value from RGB is 43 - color contains mainly: blue. Hex color #03112B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03112B is #FCEED4. Grayscale: #0F0F0F. Windows color (decimal): -16576213 or 2822403. OLE color: 2822403.

HSL color Cylindrical-coordinate representation of color #03112B: hue angle of 219º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03112B is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 3 17 43 -
CMYK 0.93 0.60 0 0.83
HSL 219º 0.87% 0.09% -
HSV(B) 219º 0.93% 0.17% -
XYZ 0.67 0.59 2.36 -
YUV 15.78 143.36 118.89 -
System Red Green Blue C M Y K H S L
Decimal 3 17 43 0.93 0.60 0 0.83 219 0.87 0.09
Hex 3 11 2B 5D 3C 0 53 DB 57 9
Octal 3 21 53 135 74 0 123 333 127 11
Binary 11 10001 101011 1011101 111100 0 1010011 11011011 1010111 1001

Color Harmonies of #03112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03112B

Black with #03112B

Text Example


Text Example

White with #03112B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03112B; }

 p { color: rgb(3,17,43); }

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

background-color css

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

 a { background-color: rgb(3,17,43); }

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

border-color css

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

 span { border-color: rgb(3,17,43); }

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