#030B2F

Color #030B2F Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #030B2F

Tints of Midnight Express #030B2F

Color information

#030B2F (or 0x030B2F) is unknown color: approx Midnight Express. HEX triplet: 03, 0B and 2F. RGB value is (3,11,47). Sum of RGB (Red+Green+Blue) = 3+11+47=61 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.92% from 61); Green value is 11 (4.69% from 255 or 18.03% from 61); Blue value is 47 (18.75% from 255 or 77.05% from 61); Max value from RGB is 47 - color contains mainly: blue. Hex color #030B2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030B2F is #FCF4D0. Grayscale: #0C0C0C. Windows color (decimal): -16577745 or 3083011. OLE color: 3083011.

HSL color Cylindrical-coordinate representation of color #030B2F: hue angle of 229.09º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #030B2F is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB31147-
CMYK0.940.7700.82
HSL229.09º88%9.8%-
HSV(B)229.09º93.62%18.43%-
XYZ0.670.462.74-
YUV12.71147.35121.07-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.92%
GREEN value IS 11 (4.69% from 255) = 18.03%
BLUE value IS 47 (18.75% from 255) = 77.05%
R=4.92%
G=18.03%
B=77.05%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal311470.940.7700.82229.09889.8
Hex3B2F5E4D052e558a
Octal31357136115012234513012
Binary11101110111110111101001101010100101110010110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,11,47); }

 H1.HeaderClassName
 {
   color: #030B2F;
 }
 .AnyTagClassName
 {
   color: #030B2F;
 }
</style>
background-color css

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

 a { background-color: rgb(3,11,47); }

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

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

 span { border-color: rgb(3,11,47); }

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