#0F1C31

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

Shades of Midnight Express #0F1C31

Tints of Midnight Express #0F1C31

Color information

#0F1C31 (or 0x0F1C31) is unknown color: approx Midnight Express. HEX triplet: 0F, 1C and 31. RGB value is (15,28,49). Sum of RGB (Red+Green+Blue) = 15+28+49=92 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.30% from 92); Green value is 28 (11.33% from 255 or 30.43% from 92); Blue value is 49 (19.53% from 255 or 53.26% from 92); Max value from RGB is 49 - color contains mainly: blue. Hex color #0F1C31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1C31 is #F0E3CE. Grayscale: #1A1A1A. Windows color (decimal): -15786959 or 3218447. OLE color: 3218447.

HSL color Cylindrical-coordinate representation of color #0F1C31: hue angle of 217.06º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F1C31 is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB152849-
CMYK0.690.4300.81
HSL217.06º53.12%12.55%-
HSV(B)217.06º69.39%19.22%-
XYZ1.171.153.07-
YUV26.51140.69119.79-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.30%
GREEN value IS 28 (11.33% from 255) = 30.43%
BLUE value IS 49 (19.53% from 255) = 53.26%
R=16.30%
G=30.43%
B=53.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1528490.690.4300.81217.0653.1212.55
HexF1C31452B051d935d
Octal1734611055301213316515
Binary111111100110001100010110101101010001110110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F1C31; }

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

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

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

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

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

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

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

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