#081832

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

Shades of Midnight Express #081832

Tints of Midnight Express #081832

Color information

#081832 (or 0x081832) is unknown color: approx Midnight Express. HEX triplet: 08, 18 and 32. RGB value is (8,24,50). Sum of RGB (Red+Green+Blue) = 8+24+50=82 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.76% from 82); Green value is 24 (9.77% from 255 or 29.27% from 82); Blue value is 50 (19.92% from 255 or 60.98% from 82); Max value from RGB is 50 - color contains mainly: blue. Hex color #081832 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081832 is #F7E7CD. Grayscale: #161616. Windows color (decimal): -16246734 or 3282952. OLE color: 3282952.

HSL color Cylindrical-coordinate representation of color #081832: hue angle of 217.14º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #081832 is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB82450-
CMYK0.840.5200.80
HSL217.14º72.41%11.37%-
HSV(B)217.14º84%19.61%-
XYZ10.943.15-
YUV22.18143.7117.89-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.76%
GREEN value IS 24 (9.77% from 255) = 29.27%
BLUE value IS 50 (19.92% from 255) = 60.98%
R=9.76%
G=29.27%
B=60.98%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal824500.840.5200.80217.1472.4111.37
Hex818325434050d948b
Octal10306212464012033111013
Binary1000110001100101010100110100010100001101100110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081832; }

 p { color: rgb(8,24,50); }

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

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

 a { background-color: rgb(8,24,50); }

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

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

 span { border-color: rgb(8,24,50); }

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