#031838

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

Shades of Midnight Express #031838

Tints of Midnight Express #031838

Color information

#031838 (or 0x031838) is unknown color: approx Midnight Express. HEX triplet: 03, 18 and 38. RGB value is (3,24,56). Sum of RGB (Red+Green+Blue) = 3+24+56=83 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.61% from 83); Green value is 24 (9.77% from 255 or 28.92% from 83); Blue value is 56 (22.27% from 255 or 67.47% from 83); Max value from RGB is 56 - color contains mainly: blue. Hex color #031838 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031838 is #FCE7C7. Grayscale: #151515. Windows color (decimal): -16574408 or 3676163. OLE color: 3676163.

HSL color Cylindrical-coordinate representation of color #031838: hue angle of 216.23º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #031838 is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB32456-
CMYK0.950.5700.78
HSL216.23º89.83%11.57%-
HSV(B)216.23º94.64%21.96%-
XYZ1.080.963.87-
YUV21.37147.54114.9-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.61%
GREEN value IS 24 (9.77% from 255) = 28.92%
BLUE value IS 56 (22.27% from 255) = 67.47%
R=3.61%
G=28.92%
B=67.47%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal324560.950.5700.78216.2389.8311.57
Hex318385F3904Ed85ac
Octal3307013771011633013214
Binary11110001110001011111111001010011101101100010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031838; }

 p { color: rgb(3,24,56); }

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

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

 a { background-color: rgb(3,24,56); }

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

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

 span { border-color: rgb(3,24,56); }

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