Html Css Color HEX #000831 Midnight Express

📋 copy color: '#000831'

red 0 ◦ green 8 ◦ blue 49

#000831
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #000831

Tints of Midnight Express #000831

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 8 (3.52% from 255) = 14.04%

 BLUE value IS 49 (19.53% from 255) = 85.96%

R = 0%
G = 14.04%
B = 85.96%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#000831 (or 0x000831) is known color: Midnight Express. HEX triplet: 00, 08 and 31. RGB value is (0,8,49). Sum of RGB (Red+Green+Blue) = 0+8+49=57 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 57); Green value is 8 (3.52% from 255 or 14.04% from 57); Blue value is 49 (19.53% from 255 or 85.96% from 57); Max value from RGB is 49 - color contains mainly: blue. Hex color #000831 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000831 is #FFF7CE. Grayscale: #0A0A0A. Windows color (decimal): -16775119 or 3213312. OLE color: 3213312.

HSL color Cylindrical-coordinate representation of color #000831: hue angle of 230.2º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000831 is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 0 8 49 -
CMYK 1 0.84 0 0.81
HSL 230.2º 1% 0.1% -
HSV(B) 230.2º 1% 0.19% -
XYZ 0.64 0.4 2.95 -
YUV 10.28 149.85 120.67 -
System Red Green Blue C M Y K H S L
Decimal 0 8 49 1 0.84 0 0.81 230.2 1 0.1
Hex 0 8 31 64 54 0 51 E6 64 A
Octal 0 10 61 144 124 0 121 346 144 12
Binary 0 1000 110001 1100100 1010100 0 1010001 11100110 1100100 1010

Color Harmonies of #000831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000831

Black with #000831

Text Example


Text Example

White with #000831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000831; }

 p { color: rgb(0,8,49); }

 H1.HeaderClassName
 {
   color: #000831;
 }
 .AnyTagClassName
 {
   color: #000831;
 }
</style>

background-color css

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

 a { background-color: rgb(0,8,49); }

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

border-color css

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

 span { border-color: rgb(0,8,49); }

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