Html Css Color HEX #061631 Midnight Express

📋 copy color: '#061631'

red 6 ◦ green 22 ◦ blue 49

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

Shades of Midnight Express #061631

Tints of Midnight Express #061631

RGB

 RED value IS 6 (2.73% from 255) = 7.79%

 GREEN value IS 22 (8.98% from 255) = 28.57%

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

R = 7.79%
G = 28.57%
B = 63.64%

CMYK

 C value IS 0.88

 M value IS 0.55

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#061631 (or 0x061631) is known color: Midnight Express. HEX triplet: 06, 16 and 31. RGB value is (6,22,49). Sum of RGB (Red+Green+Blue) = 6+22+49=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 22 (8.98% from 255 or 28.57% from 77); Blue value is 49 (19.53% from 255 or 63.64% from 77); Max value from RGB is 49 - color contains mainly: blue. Hex color #061631 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061631 is #F9E9CE. Grayscale: #141414. Windows color (decimal): -16378319 or 3216902. OLE color: 3216902.

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

Color convert

RGB 6 22 49 -
CMYK 0.88 0.55 0 0.81
HSL 217.67º 0.78% 0.11% -
HSV(B) 217.67º 0.88% 0.19% -
XYZ 0.92 0.83 3.02 -
YUV 20.29 144.2 117.8 -
System Red Green Blue C M Y K H S L
Decimal 6 22 49 0.88 0.55 0 0.81 217.67 0.78 0.11
Hex 6 16 31 58 37 0 51 DA 4E B
Octal 6 26 61 130 67 0 121 332 116 13
Binary 110 10110 110001 1011000 110111 0 1010001 11011010 1001110 1011

Color Harmonies of #061631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061631

Black with #061631

Text Example


Text Example

White with #061631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061631; }

 p { color: rgb(6,22,49); }

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

background-color css

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

 a { background-color: rgb(6,22,49); }

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

border-color css

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

 span { border-color: rgb(6,22,49); }

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