#08112D

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

Shades of Midnight Express #08112D

Tints of Midnight Express #08112D

Color information

#08112D (or 0x08112D) is unknown color: approx Midnight Express. HEX triplet: 08, 11 and 2D. RGB value is (8,17,45). Sum of RGB (Red+Green+Blue) = 8+17+45=70 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.43% from 70); Green value is 17 (7.03% from 255 or 24.29% from 70); Blue value is 45 (17.97% from 255 or 64.29% from 70); Max value from RGB is 45 - color contains mainly: blue. Hex color #08112D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08112D is #F7EED2. Grayscale: #111111. Windows color (decimal): -16248531 or 2953480. OLE color: 2953480.

HSL color Cylindrical-coordinate representation of color #08112D: hue angle of 225.41º degrees, saturation: 0.7, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #08112D is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB81745-
CMYK0.820.6200.82
HSL225.41º69.81%10.39%-
HSV(B)225.41º82.22%17.65%-
XYZ0.770.642.57-
YUV17.5143.52121.22-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.43%
GREEN value IS 17 (7.03% from 255) = 24.29%
BLUE value IS 45 (17.97% from 255) = 64.29%
R=11.43%
G=24.29%
B=64.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal817450.820.6200.82225.4169.8110.39
Hex8112D523E052e146a
Octal10215512276012234110612
Binary1000100011011011010010111110010100101110000110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08112D; }

 p { color: rgb(8,17,45); }

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

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

 a { background-color: rgb(8,17,45); }

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

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

 span { border-color: rgb(8,17,45); }

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