#081630

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

Shades of Midnight Express #081630

Tints of Midnight Express #081630

Color information

#081630 (or 0x081630) is unknown color: approx Midnight Express. HEX triplet: 08, 16 and 30. RGB value is (8,22,48). Sum of RGB (Red+Green+Blue) = 8+22+48=78 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.26% from 78); Green value is 22 (8.98% from 255 or 28.21% from 78); Blue value is 48 (19.14% from 255 or 61.54% from 78); Max value from RGB is 48 - color contains mainly: blue. Hex color #081630 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081630 is #F7E9CF. Grayscale: #141414. Windows color (decimal): -16247248 or 3151368. OLE color: 3151368.

HSL color Cylindrical-coordinate representation of color #081630: hue angle of 219º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #081630 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB82248-
CMYK0.830.5400.81
HSL219º71.43%10.98%-
HSV(B)219º83.33%18.82%-
XYZ0.920.842.91-
YUV20.78143.36118.89-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.26%
GREEN value IS 22 (8.98% from 255) = 28.21%
BLUE value IS 48 (19.14% from 255) = 61.54%
R=10.26%
G=28.21%
B=61.54%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal822480.830.5400.8121971.4310.98
Hex816305336051db47b
Octal10266012366012133310713
Binary1000101101100001010011110110010100011101101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081630; }

 p { color: rgb(8,22,48); }

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

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

 a { background-color: rgb(8,22,48); }

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

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

 span { border-color: rgb(8,22,48); }

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