#0F1831

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

Shades of Midnight Express #0F1831

Tints of Midnight Express #0F1831

Color information

#0F1831 (or 0x0F1831) is unknown color: approx Midnight Express. HEX triplet: 0F, 18 and 31. RGB value is (15,24,49). Sum of RGB (Red+Green+Blue) = 15+24+49=88 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.05% from 88); Green value is 24 (9.77% from 255 or 27.27% from 88); Blue value is 49 (19.53% from 255 or 55.68% from 88); Max value from RGB is 49 - color contains mainly: blue. Hex color #0F1831 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1831 is #F0E7CE. Grayscale: #181818. Windows color (decimal): -15787983 or 3217423. OLE color: 3217423.

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

Color convert

RGB152449-
CMYK0.690.5100.81
HSL224.12º53.12%12.55%-
HSV(B)224.12º69.39%19.22%-
XYZ1.080.983.04-
YUV24.16142.02121.47-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.05%
GREEN value IS 24 (9.77% from 255) = 27.27%
BLUE value IS 49 (19.53% from 255) = 55.68%
R=17.05%
G=27.27%
B=55.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1524490.690.5100.81224.1253.1212.55
HexF18314533051e035d
Octal1730611056301213406515
Binary111111000110001100010111001101010001111000001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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