Html Css Color HEX #081832 Midnight Express

📋 copy color: '#081832'

red 8 ◦ green 24 ◦ blue 50

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

Shades of Midnight Express #081832

Tints of Midnight Express #081832

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 value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#081832 (or 0x081832) is known color: 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

RGB 8 24 50 -
CMYK 0.84 0.52 0 0.80
HSL 217.14º 0.72% 0.11% -
HSV(B) 217.14º 0.84% 0.2% -
XYZ 1 0.94 3.15 -
YUV 22.18 143.7 117.89 -
System Red Green Blue C M Y K H S L
Decimal 8 24 50 0.84 0.52 0 0.80 217.14 0.72 0.11
Hex 8 18 32 54 34 0 50 D9 48 B
Octal 10 30 62 124 64 0 120 331 110 13
Binary 1000 11000 110010 1010100 110100 0 1010000 11011001 1001000 1011

Color Harmonies of #081832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081832

Black with #081832

Text Example


Text Example

White with #081832

Text Example


Text Example

HTML Codes & Css Web 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>